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
We're already running only the tests relevant to one Python version at
a time (using `PYTHON_TEST_VERSION`), so this attempt to avoid running
tests that exercise Python 2.7 is both unnecessary and excludes some
tests that really ought to be run, because they're unit testing things
like regular expressions that don't depend on a Python 2.7 interpreter.
Signed-off-by: Matt Wozniski <[email protected]>
0 commit comments