-
Notifications
You must be signed in to change notification settings - Fork 56
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
Travis CI fails installing pycryptodome on Python 3.2 #126
Comments
- Just use unittest2 everywhere for tests across versions, since it's a drop-in replacement and back-compat with <2.7. - Drop Python 3.2 testing for now, due to Issue #126. We can work on adding this back if/when there's resolution there either on Travis' side or in pycryptodome or something. - Add Python 3.6 environment in Travis CI.
I think this issue and corresponding change probably just made it into the travis image and that's what broke us. Seems like an option is to install setuptools < 30. |
This change will fix the failure by installing setuptools<30 for Python 3.2 if we decide to continue support: 9c16734 |
Thanks @baumatron! I'll keep it for now and open a bug so we can have a larger discussion about 3.2 support. |
I incorporated @baumatron's change with 6befef0 so 3.2 testing is alive as it stands today. Closing this Issue. |
On 4/18/17, against commit 476c00f, the 3.2 job worked just fine:
...but then with no changes, on 5/16/17, against commit 6a13679, the 3.2 job failed while installing
pycryptodome
:There is also a new note from Travis that says this environment changed in this timeframe:
This job ran on our Precise, sudo: required environment which was updated on May 4th. Please check our blog for more details about this update.
The blog entry is here in case that turns out to be pertinent.I tried changing pip versions on the fly and using different versions of
pycryptodome
and such, to no avail. In the meantime, we'll have to remove 3.2 from the list of Python versions we test against, and revisit this down the road.The text was updated successfully, but these errors were encountered: