test_env.py
35.2 KB
-
Fix fallback to other interpreters when specifying a patchlevel. · 56f81631
When a project specifies a narrow range for the supported python versions, i.e. "python ~= 3.6.1" and the current interpreter falls outside of that range, the fallback code fails to test an available python3.6 interpreter because of a too strict a test.
Jan Harkes committed