-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tox fails when using python < 3.6 #1
Comments
Thanks for reporting this.
Though the error doesn't come from the python version, i'm not able to reproduce it. Are you running the last version from master?, which steps you followed to run it? |
i am using ubuntu 16.04 as base system and do not have python3.6 there. i just went to a fresh checkout and typed "tox -e py35". It indeed seems you are using py36 features that .e.g you can pass "LocalPath" objects to os.stat(). What happens if you do "tox -e py35" on your machine? |
:) You're right the bug come from the version, however if you just run
I'd prioritize to implement all functionality and only add support other versions if actually this is used. If you prefer to don't add |
I changed the code so it can also run with Python 3.5 |
when trying to run
tox -e py35
or in a direct pytest run on py35 i get these errors:https://gist.github.com/hpk42/3280fcdd13064f70606d9356a545fef7
The text was updated successfully, but these errors were encountered: