From a5908a60b39e20c925c1af212caa189bf77b409d Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Fri, 8 Mar 2024 14:05:19 -0800 Subject: [PATCH] Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1d6ccc400..f6c75b325 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ download = True usedevelop = True setenv = PYTHONDONTWRITEBYTECODE = 1 - VIRTUALENV_PIP = 22.3.1 + VIRTUALENV pip = 22.3.1 install_command = python -m pip install -U {opts} {packages}