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

Hypothesis package def'n lacks the necessary version constraint on attrs package #137

Open
smontanaro opened this issue Mar 20, 2018 · 0 comments

Comments

@smontanaro
Copy link

The hypothesis package:

https://anaconda.org/anaconda/hypothesis

depends on attrs, but fails to specify a necessary version constraint.

The setup.py file is pretty clear on the version dependency:

install_requires = ['attrs>=16.0.0', 'coverage']

That version dependency was introduced 2018-01-23. According to the hypothesis/version.py file history, v 3.46.0 (what I have available at work) was released 2018-02-25, so it appears the attrs version dependency failed to make the jump from pip to conda. The git logs for both setup.py and src/hypothesis/version.py tell the complete tale:

https://github.com/HypothesisWorks/hypothesis-python/commits/master/setup.py
https://github.com/HypothesisWorks/hypothesis-python/commits/master/src/hypothesis/version.py

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

1 participant