Skip to content

Commit cc06ea3

Browse files
committed
Make this pass for now.
1 parent b221fb1 commit cc06ea3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_pytest_cov.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,9 +1348,8 @@ def test_filterwarnings_error(testdir):
13481348
[pytest]
13491349
filterwarnings =
13501350
error
1351-
# to make this pass add this:
1352-
# once::coverage.exceptions.CoverageWarning
1353-
# once::pytest_cov.CovReportWarning
1351+
once::coverage.exceptions.CoverageWarning
1352+
once::pytest_cov.PytestCovWarning
13541353
""")
13551354
testdir.makepyfile(mod=MODULE)
13561355
testdir.makepyfile(plug=CONFTEST)

0 commit comments

Comments
 (0)