We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978c7ae commit 0dd68baCopy full SHA for 0dd68ba
testing/test_meta.py
@@ -15,6 +15,7 @@ def _modules():
15
)
16
17
18
+@pytest.mark.slow
19
@pytest.mark.parametrize("module", _modules())
20
def test_no_warnings(module):
21
# fmt: off
0 commit comments