Skip to content

Commit 60d0abe

Browse files
committed
fix: adjust name of python test nox session in GLOBAL_NOX_SESSIONS
1 parent c34e62b commit 60d0abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
DEFAULT_PYTHON_VERSION: str = PYTHON_VERSIONS[1]
2121

2222
TYPE_CHECK_NOX_SESSIONS: list[str] = [f"typecheck-{python_version}" for python_version in PYTHON_VERSIONS]
23-
TESTS_NOX_SESSIONS: list[str] = [f"tests-{python_version}" for python_version in PYTHON_VERSIONS]
23+
TESTS_NOX_SESSIONS: list[str] = [f"tests-python-{python_version}" for python_version in PYTHON_VERSIONS]
2424

2525
GLOBAL_NOX_SESSIONS: list[str] = [
2626
"pre-commit",

0 commit comments

Comments
 (0)