From: Kar Petrosyan Date: Thu, 27 Feb 2025 16:59:01 +0000 (+0400) Subject: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f654bddb4cef809cfa02014b57c74d540b1af8a6;p=thirdparty%2Fhttpx.git fix typo --- diff --git a/pyproject.toml b/pyproject.toml index 196149c7..86fe4a77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,5 +132,5 @@ markers = [ ] [tool.coverage.run] -omit = ["venv/*", "tests/client/sync*"] +omit = ["venv/*", "tests/client/sync/*"] include = ["httpx/*", "tests/*"]