-
-
Notifications
You must be signed in to change notification settings - Fork 782
Update pyyaml and flex contraints #4552
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
Conversation
requirements.txt
Outdated
| cryptography==2.4.2 | ||
| eventlet==0.24.1 | ||
| flex>=6.13.2,<6.15.0 | ||
| flex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In your other PR at #4510, flex is pinned to flex>=6.13.2,<6.15.0. How come the version specific dependencies are gone?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are missing an entry for flex in fixed-requirements.txt.
I will go ahead and add it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be good to go now - d29cd7b.
requirements files.
|
LGTM, thanks for adding new |
Update requirements files with updated PyYAML and flex constraints.
I also add a make target to run
make requirementsand check that it doesn't change any requirements files (eg: some files were changed but not checked into git), and integrated that into the Travis tests.H/T: @m4dcoder