Skip to content

Commit 90975b3

Browse files
authored
Merge pull request #114 from jwodder/fix-ci
Suppress a coverage error
2 parents 7f2b079 + 68c86ec commit 90975b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ addopts =
5858
# to some tests spawning subprocesses with changed working directories.
5959
--cov-config=tox.ini
6060
--no-cov-on-fail
61-
filterwarnings = error
61+
filterwarnings =
62+
error
63+
ignore:.*No source for code:coverage.exceptions.CoverageWarning
6264
markers =
6365
describe_exclude: Tests that use `git describe --exclude` (Added in Git 2.13.0)
6466
oldsetup: Tests to only run under pre-v64 setuptools

0 commit comments

Comments
 (0)