From ee73efa98fa6b3d54cb10a4bbd1e93cae17806cb Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 15 Apr 2025 23:23:15 +0900 Subject: [PATCH] Stop overriding install_command Change-Id: I901548c171713db321bd26a8ce39a73417c73c87 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 90eea2e..5bf76d2 100644 --- a/tox.ini +++ b/tox.ini @@ -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