Use yoga upper constraints for openstack-tox-py36

Change-Id: I479e90c62573b4fceb809551cea2456e6bf396f7
This commit is contained in:
Pierre Riteau 2022-07-05 12:28:55 +02:00
parent 66f0066273
commit 41577fd913
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@ deps =
commands =
stestr run {posargs}
[testenv:py36]
deps =
-c https://releases.openstack.org/constraints/upper/yoga
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:pep8]
commands =
flake8 {posargs}