commit | e4c69c91ab6f88892c36ed162a165fddae7b972c | [log] [tgz] |
---|---|---|
author | ricolin <rlin@vexxhost.com> | Fri Oct 25 16:30:37 2024 +0800 |
committer | ricolin <rlin@vexxhost.com> | Thu Jan 23 10:48:15 2025 +0800 |
tree | 71a229e240ce4e0e60b2047c4a1addb280e89058 | |
parent | ba580222618904f3b8cecce5c8b2172fb1514648 [diff] [blame] |
[CLOUDOPS-548] Allow retry on openstack HttpException
diff --git a/tox.ini b/tox.ini index 2de6fda..2542788 100755 --- a/tox.ini +++ b/tox.ini
@@ -22,7 +22,8 @@ [testenv:{py3,py38,py39,py310}] basepython = python3 -deps = -r{toxinidir}/test-requirements.txt +deps = -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt commands = stestr run --slowest {posargs} [testenv:cover]