diff options
| author | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | 2017-03-01 19:44:31 +0200 |
|---|---|---|
| committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | 2017-03-01 20:17:28 +0200 |
| commit | 85335c1a29cab27577c8c447017f38b8bdd4d498 (patch) | |
| tree | c5743a46ade6d7522ca8de7a29da1c428de0e15d /tox.ini | |
| parent | d0a522913cb05194c1e3307f3a09144d7e2a3893 (diff) | |
| download | python-ironicclient-stable/mitaka.tar.gz | |
Handle upper constraints in toxmitaka-eolstable/mitaka
currently most jobs are broken due to installation of newer than
actually supported python-openstackclient
Change-Id: Ic6b8bddd8eaf96b2599f56a752c4b4c19415412d
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ setenv = VIRTUAL_ENV={envdir} # .testr.conf uses TESTS_DIR TESTS_DIR=./ironicclient/tests/unit usedevelop = True -install_command = pip install -U {opts} {packages} +install_command = + {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/mitaka} {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt |
