Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit cc7f6a5

Browse files
fixed typo
1 parent 8a1ca7b commit cc7f6a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
UNIT_TEST_EXTRAS: List[str] = []
6363
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
6464

65-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.13]
65+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.13"]
6666
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
6767
"mock",
6868
"pytest",

0 commit comments

Comments
 (0)