From f654bddb4cef809cfa02014b57c74d540b1af8a6 Mon Sep 17 00:00:00 2001 From: Kar Petrosyan Date: Thu, 27 Feb 2025 20:59:01 +0400 Subject: [PATCH] fix typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*"]