Stop overriding install_command

Change-Id: I901548c171713db321bd26a8ce39a73417c73c87
This commit is contained in:
Takashi Kajinami
2025-04-15 23:23:15 +09:00
parent efd53ebef3
commit ee73efa98f

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