Merge pull request #6040 from blueyed/test_meta-slow
tests: mark test_meta as slow
This commit is contained in:
commit
45fc0d9cd8
|
@ -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