We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb9642 commit 8986ce3Copy full SHA for 8986ce3
pyproject.toml
@@ -87,7 +87,7 @@ api = "sphinx-apidoc -o docs/api -f -E jupyter_client"
87
[tool.hatch.envs.test]
88
features = ["test"]
89
[tool.hatch.envs.test.scripts]
90
-test = "python -m pytest -W default -vv {args}"
+test = "python -m pytest -vv {args}"
91
nowarn = "test -W default {args}"
92
93
[tool.hatch.envs.cov]
0 commit comments