Stop overriding install_command

Change-Id: I60be93f93eecd2f2ae8a8c3ee379841ca2d9cad6
This commit is contained in:
Takashi Kajinami
2025-04-15 23:22:42 +09:00
parent 0c4ef8564a
commit 253b9338b7

View File

@@ -6,8 +6,8 @@ ignore_basepython_conflict = True
[testenv]
basepython = python3
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
[testenv:releasenotes]
deps = -r{toxinidir}/doc/requirements.txt
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html