-
Notifications
You must be signed in to change notification settings - Fork 2
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
[CLOUDOPS-569] Allow retry on openstack HttpException #127
base: main
Are you sure you want to change the base?
Conversation
cdc45aa
to
5db2443
Compare
5db2443
to
9f94efa
Compare
186c8b4
to
355e742
Compare
tox.ini
Outdated
@@ -1,5 +1,5 @@ | |||
[tox] | |||
envlist = py3,linters | |||
envlist = py3,py38,py39,py310,linters |
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.
I think this is not necesary for this change.
deps = -r{toxinidir}/requirements.txt | ||
-r{toxinidir}/test-requirements.txt |
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.
I think this is not necessary for this change thier.
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 need tenacity and openstack modules in py3 test
No description provided.