Merge "Use more stable paths for requirements files"

This commit is contained in:
Zuul
2026-07-12 06:11:53 +00:00
committed by Gerrit Code Review
+2 -2
View File
@@ -4,7 +4,7 @@ envlist = py3,coverage,pep8
[testenv]
deps =
-r test-requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
pytest {posargs}
@@ -19,7 +19,7 @@ commands =
allowlist_externals =
rm
deps =
-r doc/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
rm -fr doc/build
sphinx-build -W -b html doc/source doc/build/html