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 3680c75 commit cea40daCopy full SHA for cea40da
1 file changed
noxfile.py
@@ -35,6 +35,8 @@
35
DEFAULT_PYTHON_VERSION = "3.12"
36
37
DEFAULT_MOCK_SERVER_TESTS_PYTHON_VERSION = "3.12"
38
+SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.12"]
39
+
40
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
41
"3.7",
42
"3.8",
@@ -60,7 +62,6 @@
60
62
UNIT_TEST_EXTRAS: List[str] = []
61
63
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
64
-SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8"]
65
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
66
"mock",
67
"pytest",
0 commit comments