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:
Daniel Hahler 2019-10-22 23:44:16 +02:00
parent 978c7ae1b7
commit 0dd68ba0b6
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())
def test_no_warnings(module):
# fmt: off