aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2022-09-21 21:31:21 +0100
committerGravatar GitHub <[email protected]>2022-09-21 21:31:21 +0100
commit75b2b564adbc1abd75877aae588ac37411ebfb64 (patch)
tree5e96e9ec78bc7f2c20f4a0a6c33ea25bb1c105c6 /pyproject.toml
parentDisplay mention & str of the mentionable object in `!remind list`. (diff)
parentMerge #2261 - add support to fetch rules via keywords (diff)
Merge branch 'main' into bot-2231-enhancements
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 43eb799b6..36c3b5392 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -85,3 +85,9 @@ case_sensitive = true
combine_as_imports = true
line_length = 120
atomic = true
+
+[tool.pytest.ini_options]
+# We don't use nose style tests so disable them in pytest.
+# This stops pytest from running functions named `setup` in test files.
+# See https://github.com/python-discord/bot/pull/2229#issuecomment-1204436420
+addopts = "-p no:nose"