We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcad27 commit b1c6d11Copy full SHA for b1c6d11
1 file changed
pyproject.toml
@@ -122,7 +122,7 @@ build-backend = "hatchling.build"
122
format = [{cmd = "uv run black ."}, {cmd = "uv run isort ."}]
123
lint = [{cmd = "uv run black --check ."}, {cmd = "uv run isort --check-only ."}, {ref = "lint-types" }]
124
lint-types = "uv run --all-groups mypy --check-untyped-defs --namespace-packages ."
125
-test = "uv run --all-groups pytest"
+test = "uv run --all-groups pytest --ignore=tests/openai_agents"
126
127
[tool.pytest.ini_options]
128
asyncio_mode = "auto"
0 commit comments