We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea425b6 commit 93be7a3Copy full SHA for 93be7a3
tests/typesafety/__init__.py
@@ -3,9 +3,5 @@
3
4
import pytest
5
6
-if (
7
- os.getenv("CI")
8
- and sys.version_info[:2] == (3, 10)
9
- and not sys.platform.startswith("linux")
10
-):
+if os.getenv("CI") and not sys.platform.startswith("linux"):
11
pytest.skip("Typing tests not working here at the moment.", allow_module_level=True)
0 commit comments