From ebc52188033b9e40c893f71e0b0669c05ff87091 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 29 Jan 2024 23:46:55 +0900 Subject: [PATCH] Drop unnecessary install_command Change-Id: Id9850853ec9682444e99233abca1cadda2181452 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5943000..011d2a7 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,6 @@ minversion = 2.0 [testenv] basepython = python3 usedevelop = True -install_command = pip install {opts} {packages} deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt