-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
tox tests: pin test requirement versions #3915
tox tests: pin test requirement versions #3915
Conversation
Tests started failing once ansible 2.3 was released. It seems wise to pin the dependencies to particular versions until we make a conscious decision to change them (and have tested with them).
@stevekuznetsov can travis test this fix for the build? |
I kicked off https://ci.openshift.redhat.com/jenkins/job/test_pull_request_openshift_ansible_tox/54/console to check it in jenkins though |
Looks like travis was running, and succeeded. |
succeeded in Jenkins too. |
aos-ci-test |
[merge] |
continuous-integration/openshift-jenkins/merge Waiting: You are in the build queue at position: 2 |
Evaluated for openshift ansible merge up to 20fccf7 |
[test]ing while waiting on the merge queue |
I think this may have caused #3914 to fail tests earlier? |
@rikkuness yes this killed that |
@stevekuznetsov nice one, thought I'd broke something for a second :) thanks |
Unit tests started failing once ansible 2.3 was released. It seems wise to
pin the dependencies to particular versions until we make a conscious
decision to change them (and have tested with them).