From ee0740b8b103a3f1962d515b00b5d37fe0bca498 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Wed, 13 Jan 2021 11:34:02 +0100 Subject: [PATCH] Let lower-constraints job not using upper-constraints file lower-constraints Tox environment where incorrectly using the upper upper constraints file from OpenStack requirements project Change-Id: I2d1db74899e1892b041c76109d8bcf7f4c116d56 --- tox.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index e735c6966..6d3ee993c 100644 --- a/tox.ini +++ b/tox.ini @@ -345,6 +345,7 @@ commands = bindep {posargs:test} # --- project requirements ---------------------------------------------------- [testenv:lower-constraints] -deps = - {[testenv]deps} - -c{toxinidir}/lower-constraints.txt + +setenv = + {[testenv]setenv} + TOX_CONSTRAINTS = -c{toxinidir}/lower-constraints.txt