Skip to content

Commit 56cdf46

Browse files
committed
Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56.
1 parent 9650fc1 commit 56cdf46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.coveragerc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
omit =
33
# leading `*/` for pytest-dev/pytest-cov#456
44
*/.tox/*
5+
disable_warnings =
6+
couldnt-parse
57

68
[report]
79
show_missing = True

0 commit comments

Comments
 (0)