tests: mark test_meta as slow
This moves it to the end of tests during collection. Takes ~7s for me.
This commit is contained in:
parent
978c7ae1b7
commit
0dd68ba0b6
|
@ -15,6 +15,7 @@ def _modules():
|
|||
)
|
||||
|
||||
|
||||
@pytest.mark.slow
|
||||
@pytest.mark.parametrize("module", _modules())
|
||||
def test_no_warnings(module):
|
||||
# fmt: off
|
||||
|
|
Loading…
Reference in New Issue