You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require typing module before using a Py2 interpreter for tests.
Tested with:
a) Python 2.7 interpreter on PATH without typing installed: Py2 subprocess
tests skipped.
b) Python 2.7 interpreter on PATH with typing installed: Py2 subprocess tests
pass.
c) Temporarily change assertion to require `(2, 6)` instead of `(2, 7)`, with
no Python2.6 interpreter available (to verify that version assert works
correctly): Py2 subprocess tests skipped.
0 commit comments