testing: fix lint after merge of old branch
This commit is contained in:
parent
4b91617002
commit
abf785666a
|
@ -1465,7 +1465,7 @@ class TestPytestPluginsVariable:
|
||||||
warnings.filterwarnings('always', category=DeprecationWarning)
|
warnings.filterwarnings('always', category=DeprecationWarning)
|
||||||
pytest_plugins=['capture']
|
pytest_plugins=['capture']
|
||||||
""",
|
""",
|
||||||
}
|
},
|
||||||
)
|
)
|
||||||
res = testdir.runpytest_subprocess()
|
res = testdir.runpytest_subprocess()
|
||||||
assert res.ret == 0
|
assert res.ret == 0
|
||||||
|
|
Loading…
Reference in New Issue