-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Second run of tox -e py results in a test error for test marked with no_python2 #2369
Second run of tox -e py results in a test error for test marked with no_python2 #2369
Conversation
tox.ini
Outdated
@@ -4,6 +4,7 @@ envlist = {,ci-}py{36,37,38,39},fuzz | |||
[testenv] | |||
setenv = PYTHONPATH = {toxinidir}/src | |||
skip_install = True | |||
recreate= True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recreate= True | |
recreate = True |
@@ -4,6 +4,7 @@ envlist = {,ci-}py{36,37,38,39},fuzz | |||
[testenv] | |||
setenv = PYTHONPATH = {toxinidir}/src | |||
skip_install = True | |||
recreate = True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this could use a comment explaining why we do this and linking back to the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's a good point, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks mate!
closes #2367
I ran
and it worked fine
cc @jack1142