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 test dependencies to resolve TravisCI testing issues. #234

Merged
merged 4 commits into from Oct 3, 2019

Conversation

willgraf
Copy link
Contributor

@willgraf willgraf commented Oct 3, 2019

Travis seems to install different/incompatible versions with pip that lead to some tests failing due to pytest. This PR pins all the testing dependencies and moves them to a requirements-test.txt file, so that they can be directly installed with pip install -r requirements-test.txt.

@willgraf willgraf merged commit 51b4f03 into master Oct 3, 2019
@willgraf willgraf deleted the bugfix/travis-pytest branch October 3, 2019 21:50
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

1 participant