Skip to content

Commit 8986ce3

Browse files
committed
revert default nowarn for debug
1 parent ccb9642 commit 8986ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ api = "sphinx-apidoc -o docs/api -f -E jupyter_client"
8787
[tool.hatch.envs.test]
8888
features = ["test"]
8989
[tool.hatch.envs.test.scripts]
90-
test = "python -m pytest -W default -vv {args}"
90+
test = "python -m pytest -vv {args}"
9191
nowarn = "test -W default {args}"
9292

9393
[tool.hatch.envs.cov]

0 commit comments

Comments
 (0)