We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f2b079 + 68c86ec commit 90975b3Copy full SHA for 90975b3
tox.ini
@@ -58,7 +58,9 @@ addopts =
58
# to some tests spawning subprocesses with changed working directories.
59
--cov-config=tox.ini
60
--no-cov-on-fail
61
-filterwarnings = error
+filterwarnings =
62
+ error
63
+ ignore:.*No source for code:coverage.exceptions.CoverageWarning
64
markers =
65
describe_exclude: Tests that use `git describe --exclude` (Added in Git 2.13.0)
66
oldsetup: Tests to only run under pre-v64 setuptools
0 commit comments