-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Tests are broken on master for pypy
/ pypy3
#1378
Comments
A (perhaps?) wrong fix would be to adjust https://github.com/tox-dev/tox/blob/master/src/tox/_pytestplugin.py#L576-L580 to return Another fix would be to allow @gaborbernat thoughts?
|
Why would the wrong fix be to return pypy there instead? I'd prefer that I think 🤔 but I might be missing something here. |
it would hide the regression -- unless that change was intentional |
The change was intentional. |
so this should [tox]
[testenv]
basepython=python |
Yes 👍 Or maybe not 🤔 Actually it should work if python on the path points to pypy. |
ok I'll fix the suite according to that and add pypy back to our matrix |
seems we don't test them in CI any more? perhaps an oversight?
appears to have regressed in #1310
The core of the problem is that
tox -e py27
might match apython2.7
that ispypy2
which fails the interpreter matching code (python
!=pypy
)These are the failing tests:
They each fail similar to:
The text was updated successfully, but these errors were encountered: