Skip to content

Commit 5a1c3be

Browse files
authored
Make import test run in dev mode only (#9750)
1 parent 0d10447 commit 5a1c3be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_imports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def test_web___all__(pytester: pytest.Pytester) -> None:
4444

4545

4646
@pytest.mark.internal
47+
@pytest.mark.dev_mode
4748
@pytest.mark.skipif(
4849
not sys.platform.startswith("linux") or platform.python_implementation() == "PyPy",
4950
reason="Timing is more reliable on Linux",

0 commit comments

Comments
 (0)