Skip to content

Commit 41929dd

Browse files
chalmerloweohmayr
authored andcommitted
fix unit session python versions for python 3.7 support
1 parent f25713a commit 41929dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-crc32c/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def core_deps_from_source(session):
157157
# Add core deps from source tests
158158
session.skip("Core deps from source tests are not yet supported")
159159

160-
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)
160+
@nox.session(python=ALL_PYTHON)
161161
def unit(session):
162162
"""Run all unit tests.
163163
"""

0 commit comments

Comments
 (0)