[tox] Pin reqs

Per the best practices.

Change-Id: I4712a90f0bd72a0721441d3e84b1f78ca9bccef7
This commit is contained in:
Radosław Piliszek 2022-12-26 15:08:34 +01:00
parent 77951c0ee2
commit e14b4bae06

@ -9,6 +9,7 @@ skip_install = True
setenv =
VIRTUAL_ENV={envdir}
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
[testenv:venv]