File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def test_terminal_reporter_writer_attr(pytestconfig):
70
70
assert terminal_reporter .writer is terminal_reporter ._tw
71
71
72
72
73
- @pytest .mark .parametrize ("plugin" , deprecated .DEPRECATED_EXTERNAL_PLUGINS )
73
+ @pytest .mark .parametrize ("plugin" , sorted ( deprecated .DEPRECATED_EXTERNAL_PLUGINS ) )
74
74
@pytest .mark .filterwarnings ("default" )
75
75
def test_external_plugins_integrated (testdir , plugin ):
76
76
testdir .syspathinsert ()
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ filterwarnings =
131
131
ignore:yield tests are deprecated, and scheduled to be removed in pytest 4.0:pytest.RemovedInPytest4Warning
132
132
ignore:Metafunc.addcall is deprecated and scheduled to be removed in pytest 4.0:pytest.RemovedInPytest4Warning
133
133
ignore::pytest.RemovedInPytest4Warning
134
+ default:Using or importing the ABCs:DeprecationWarning:unittest2.*
134
135
ignore:Module already imported so cannot be rewritten:pytest.PytestWarning
135
136
# produced by path.local
136
137
ignore:bad escape.*:DeprecationWarning:re
You can’t perform that action at this time.
0 commit comments