Skip to content
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

Installer (and thus travis tests) broken with python3.3 #141

Closed
tedivm opened this issue Dec 4, 2017 · 1 comment
Closed

Installer (and thus travis tests) broken with python3.3 #141

tedivm opened this issue Dec 4, 2017 · 1 comment

Comments

@tedivm
Copy link
Contributor

tedivm commented Dec 4, 2017

It looks like cryptography is no longer supporting python 3.3, which in turn breaks this project's continuous integration setup.

Collecting cryptography (from Beaker==1.9.0)
  Downloading cryptography-2.1.4.tar.gz (441kB)
    100% |████████████████████████████████| 450kB 3.5MB/s 
    Complete output from command python setup.py egg_info:
    error in cryptography setup command: Invalid environment marker: platform_python_implementation != 'PyPy'
@amol-
Copy link
Collaborator

amol- commented Dec 5, 2017

Added constraint on cryptography for python 3.3, built now passing https://travis-ci.org/bbangert/beaker/builds/312098632

Note btw that the issue is probably more related to the pip version than to the python version, but as we are talking about a test dependency I think it's reasonable to constraint on py3.3 for versions that were able to install

@amol- amol- closed this as completed Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants