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

Pin PyYAML version and fix tests #12

Closed
wants to merge 4 commits into from
Closed

Pin PyYAML version and fix tests #12

wants to merge 4 commits into from

Conversation

sharkykh
Copy link

@sharkykh sharkykh commented Jul 3, 2018

PyYAML released a new major version but reverted it after a day or so.
Still, it's a good idea to pin PyYAML to version <4, because they are planning to release 4.2 soon™.

Tests were failing for me because flake8 is incompatible with pycodestyle >= 2.4.0, so I pinned the latter to the previous minor version.

Plus some needed lint fixes and a missing .gitignore line.

@ratoaq2

@labrys
Copy link
Collaborator

labrys commented Jul 8, 2018

@sharkykh can you add __pycache__ to the .gitignore as well?

@sharkykh
Copy link
Author

sharkykh commented Jul 9, 2018

@labrys
It's already ignored on the second line of .gitignore.

@ratoaq2
Copy link
Owner

ratoaq2 commented Mar 4, 2019

Thanks... With latest changes the tests were all fixed

@ratoaq2 ratoaq2 closed this Mar 4, 2019
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

Successfully merging this pull request may close these issues.

None yet

3 participants