summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Johnson <johnsomor@gmail.com>2022-04-04 22:16:23 +0000
committerMichael Johnson <johnsomor@gmail.com>2022-04-04 22:21:52 +0000
commit30a03e1092b29457e4b79c9c7e33f835f534c857 (patch)
tree5a8ccdfc91f2684adbb973ca833f811fea086a7b /tox.ini
parent6f847aeb5a309eb6e70dee58057fef01886573f6 (diff)
downloaddesignate-30a03e1092b29457e4b79c9c7e33f835f534c857.tar.gz
Fix tox docs env to have the correct dependencies
Pip is pulling in unstrained dependencies during the "sibblings" package install step. Normally this is fine as the dependencies have already been installed and it's just installing the package under test. However, with designate there are a lot of overlapping dependencies and pip will end up reinstalling an unconstrained version. In this case it was Jinja2. Change-Id: Ie49f99ba8e86913471ee6cd078f5afd28282c0f5
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e8e5cb0b..87e082ee 100644
--- a/tox.ini
+++ b/tox.ini
@@ -43,6 +43,7 @@ allowlist_externals =
[testenv:docs]
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build