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

Doubly specified packages are ignored #327

Open
andy-maier opened this issue Nov 16, 2018 · 1 comment
Open

Doubly specified packages are ignored #327

andy-maier opened this issue Nov 16, 2018 · 1 comment
Labels
bug considering Under consideration dparse

Comments

@andy-maier
Copy link

In requirements files, sometimes one needs different versions depending on environment markers such as the Python version. For example:

httpretty>=0.8.14,<0.9.1; python_version == '2.6'
httpretty>=0.9.5; python_version > '2.6'

What happens is that pyup essentially ignores the package entirely. In the pyup dashboard for the project, such packages do not show up at all.

I am aware of issue #279, but I am opening this new issue to point out that the package is ignored.

@rafaelpivato
Copy link
Contributor

Another requirements parsing limitation as mentioned on #345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug considering Under consideration dparse
Projects
None yet
Development

No branches or pull requests

2 participants