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 f6e2adf commit cf54011Copy full SHA for cf54011
testing/conftest.py
@@ -81,7 +81,7 @@ def version(self):
81
return self.get_version()
82
83
84
-@pytest.yield_fixture(autouse=True)
+@pytest.fixture(autouse=True)
85
def debug_mode():
86
from setuptools_scm import utils
87
tox.ini
@@ -6,6 +6,8 @@ testpaths=testing
6
filterwarnings=error
7
markers=
8
issue(id): reference to github issue
9
+# disable unraisable until investigated
10
+addopts = -p no:unraisableexception
11
12
[flake8]
13
max-complexity = 10
0 commit comments