summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authoryatinkarel <ykarel@redhat.com>2022-04-29 12:15:07 +0530
committeryatinkarel <ykarel@redhat.com>2022-04-29 12:15:11 +0530
commit2a8187124b104c32eea5d7730b187897b504f5b9 (patch)
treec0cad2aff6f8a74b2290de75cf2ab2da56d8eaed /tox.ini
parentf15baf16dd18969efb94719798f5d4a731b0c4fd (diff)
downloadneutron-2a8187124b104c32eea5d7730b187897b504f5b9.tar.gz
Docs build: Add NOTE to not remove requirements.txt
To avoid unintentionally remove requirements.txt from deps list from docs env, add a NOTE. Change-Id: I6ec150a8f31bf841f1c8829719a0f08df531e53a
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c0a6f2c547..5c8702934a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -139,6 +139,9 @@ commands = {posargs}
[testenv:docs]
envdir = {toxworkdir}/docs
+# Do not remove requirements.txt from deps list as without it
+# upper constraints will not be used for deps listed in requirements.txt
+# and may cause issues
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt