tox: Toggle 'usedevelop'
I want the latest changes picked up always. Change-Id: I03c5b549730dd2ad79a314fc17d013322768fa8e Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
parent
0b012dc62c
commit
e2d40fa030
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ ignore_basepython_conflict = true
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
usedevelop = False
|
usedevelop = true
|
||||||
deps =
|
deps =
|
||||||
-c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
|
-c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user