Merge pull request #6040 from blueyed/test_meta-slow

tests: mark test_meta as slow
This commit is contained in:
Daniel Hahler
2019-10-24 22:53:04 +02:00
committed by GitHub

View File

@@ -15,6 +15,7 @@ def _modules():
)
@pytest.mark.slow
@pytest.mark.parametrize("module", _modules())
def test_no_warnings(module):
# fmt: off