-
Notifications
You must be signed in to change notification settings - Fork 41
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
4.x: Check packages comparison to YAML files #1482
Conversation
…flicts post-install, plus lint.
On Mac conda, I needed to install PyYAML via pip since the conda yaml package didn't work on python 2.7: |
Once I installed pyyaml in my Anaconda2/Win10/x64 environment and rebuilt this branch check_packages worked a dream. |
Now that I remember that you need to |
… items with unspecified, minimum, or maximum version numbers.
We know why tests are failing and that fix is already in master (problem with travis.yml). So what else is needed to approve this one? seems like it is similar to 5.x which was approved? or is it more complicated than that? |
As suggested yesterday, check_packages.py in master now compares the appropriate yaml file against what is currently installed on the users system. I've added two new dependencies that might need to be incorporated into the existing yaml files, but I only have a Windows system right now. The 5.x fix is a little more complex due to the number of yaml files in the branch so I haven't finished it yet.
Features:
Possible TODOs: