aports/community/sopel/check-fix-pytest7-support.patch
2022-10-29 10:48:11 +00:00

13 lines
316 B
Diff

See: https://github.com/sopel-irc/sopel/issues/2274
diff --git a/pytest.ini b/pytest.ini
index 170a923..1fdbdf0 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,5 +1,5 @@
[pytest]
# sopel/modules/ files contain tests
python_files=*.py
-addopts = --tb=short
+addopts = --tb=short -p no:nose
norecursedirs = contrib