summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-07-20 15:04:30 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-07-20 15:04:30 +0200
commit9ef21eed1ae457ebe40765dd5bec9b935c6c1976 (patch)
tree1ab1c6996bf5ff469864cd6c6a16bd2b82668b3d
parent09f28f24c64ccbc88570741b37beda9a42e5ff2a (diff)
downloadqutebrowser-9ef21eed1ae457ebe40765dd5bec9b935c6c1976.tar.gz
qutebrowser-9ef21eed1ae457ebe40765dd5bec9b935c6c1976.zip
tox: Update VIRTUALENV_PIP
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 843126e36..bf1c6efa2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ setenv =
pyqt{62,63,64,65}: PYTEST_QT_API=pyqt6
pyqt{62,63,64,65}: QUTE_QT_WRAPPER=PyQt6
cov: PYTEST_ADDOPTS=--cov --cov-report xml --cov-report=html --cov-report=
- py312: VIRTUALENV_PIP=23.1.2
+ py312: VIRTUALENV_PIP=23.2
py312: PIP_REQUIRE_VIRTUALENV=0
passenv =
PYTHON