Skip to content

Commit 45fc0d9

Browse files
authored
Merge pull request #6040 from blueyed/test_meta-slow
tests: mark test_meta as slow
2 parents 432e555 + 0dd68ba commit 45fc0d9

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)