Skip to content

Commit 0dd68ba

Browse files
committed
tests: mark test_meta as slow
This moves it to the end of tests during collection. Takes ~7s for me.
1 parent 978c7ae commit 0dd68ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/test_meta.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def _modules():
1515
)
1616

1717

18+
@pytest.mark.slow
1819
@pytest.mark.parametrize("module", _modules())
1920
def test_no_warnings(module):
2021
# fmt: off

0 commit comments

Comments
 (0)