From 0dd68ba0b6a923bd57a4ba50772540020b974386 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 22 Oct 2019 23:44:16 +0200 Subject: [PATCH] tests: mark test_meta as slow This moves it to the end of tests during collection. Takes ~7s for me. --- testing/test_meta.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/test_meta.py b/testing/test_meta.py index 7aa100e6e..296aa42aa 100644 --- a/testing/test_meta.py +++ b/testing/test_meta.py @@ -15,6 +15,7 @@ def _modules(): ) +@pytest.mark.slow @pytest.mark.parametrize("module", _modules()) def test_no_warnings(module): # fmt: off