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
commit 45fc0d9cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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