File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1+ Fixed a few test failures in pytest's own test suite when run with ``-Wdefault `` or a similar override.
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ def test_it(request):
211211 """
212212 )
213213
214- result = pytester .runpytest ()
214+ result = pytester .runpytest ("-Werror" )
215215
216216 # TODO: should be a test failure or error
217217 assert result .ret == pytest .ExitCode .INTERNAL_ERROR
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ def test_func(fix):
149149 )
150150
151151
152+ @pytest .mark .skip ("issue #13485" )
152153def test_works_with_filterwarnings (pytester : Pytester ) -> None :
153154 """Ensure our warnings capture does not mess with pre-installed filters (#2430)."""
154155 pytester .makepyfile (
You can’t perform that action at this time.
0 commit comments