Skip to content

Commit eee2d41

Browse files
Locking python version
1 parent 2a6b89c commit eee2d41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
PREFIX_TESTS_FUNCTIONAL = "tests/functional"
1313
PREFIX_TESTS_UNIT = "tests/unit"
1414

15-
PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]
16-
1715

1816
def build_and_run_test(session: nox.Session, folders: List, extras: Optional[str] = "") -> None:
1917
"""
@@ -48,7 +46,7 @@ def build_and_run_test(session: nox.Session, folders: List, extras: Optional[str
4846
session.run("pytest", *folders)
4947

5048

51-
@nox.session(python=PYTHON_VERSIONS)
49+
@nox.session()
5250
def test_with_only_required_packages(session: nox.Session):
5351
"""Tests that only depends for required libraries"""
5452
# Logger

0 commit comments

Comments
 (0)