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 bf32749 commit cf5d49dCopy full SHA for cf5d49d
pyproject.toml
@@ -95,8 +95,8 @@ combine-as-imports = true
95
[tool.ruff.lint.per-file-ignores]
96
"tests/*" = ["ANN", "D"]
97
98
-[tool.pytest.ini_options]
+[tool.pytest]
99
# We don't use nose style tests so disable them in pytest.
100
# This stops pytest from running functions named `setup` in test files.
101
# See https://github.com/python-discord/bot/pull/2229#issuecomment-1204436420
102
-addopts = "-p no:nose"
+addopts = ["-p", "no:nose"]
0 commit comments