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

Environment markers not checked when installing with something else than a wheel #2174

Closed
xavfernandez opened this issue Dec 12, 2014 · 0 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@xavfernandez
Copy link
Member

For instance with this setup.py:
https://github.com/aaugustin/websockets/blob/master/setup.py#L40-L42
with:

extras_require={
':python_version=="3.3"': ['asyncio'],
},

We get:

mkvirtualenv py33 --python=/usr/bin/python3.3
(py33)$ pip install --no-use-wheel websockets
 ... sdist being installed ...
(py33)$ pip freeze
websockets==2.3
(py33)$ pip uninstall websockets
... websockets being uninstalled
(py33)$ pip install websockets
... Wheel being installed ...
(py33)$ pip freeze
asyncio==3.4.1
websockets==2.3
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

1 participant