-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
FTP tests fail on Pypy #342
Comments
here is the travis snippet that you need:
reference: https://github.com/moremoban/pypi-mobans/blob/dev/templates/travis.yml.jj2 example build: https://travis-ci.org/pyexcel/pyexcel |
Was there a bug introduced in PyPy 7.x? Pinning it to 6.x seems like a bit of a hack. Update:PyPy2 and PyPy3 are failing for two different reasons, but both still in ftpfs.py:
Note the version number discrepancy. I think we're dealing with two separate problems here. Update 2:The PyPy3.5 crash is caused by this bug and was fixed in 7.0.0. This leaves us with the PyPy2 bug to figure out. |
Considering Python 2 has been EOL for months now I think we can ignore the PyPy 2 CI failures and close this ticket. |
FTPFS tests fail on Pypy. We should fix that and add Pypy builds to Travis.
The text was updated successfully, but these errors were encountered: