Stop overriding install_command

Change-Id: If23a23432032a925d825ed609f44395dfabb9d5e
This commit is contained in:
Takashi Kajinami 2025-04-15 23:24:27 +09:00
parent e254b1ba16
commit 2ac8f10d00

View File

@ -6,8 +6,8 @@ ignore_basepython_conflict = True
[testenv] [testenv]
basepython = python3 basepython = python3
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
[testenv:releasenotes] [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 commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html