mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-02 09:22:07 +01:00
13 lines
316 B
Diff
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
|