Skip to content

Commit fce6fc8

Browse files
committed
tests: update interpreter for python system tests
1 parent 4edc154 commit fce6fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-ndb/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def doctest(session):
402402

403403

404404
# Run the system tests
405-
@nox.session(py=DEFAULT_INTERPRETER)
405+
@nox.session(py="3.12")
406406
def system(session):
407407
"""Run the system test suite."""
408408
constraints_path = str(

0 commit comments

Comments
 (0)