From e5a6686c9215aecbd7dc8afdd803fa3fc191e66e Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Mon, 5 Dec 2022 13:05:18 -0500 Subject: Fix a missing install command for the perfsuite env. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 11c3f33..59168fb 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ whitelist_externals = mkdir commands = noextra: {envpython} -m pip install --disable-pip-version-check {toxinidir} - format,perf: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format]' + format,perf,perfsuite: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format]' formatnongpl: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format-nongpl]' # Ignore the deprecation warning until pypa/setuptools#3276 is released -- cgit v1.2.1