summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-11-26 18:27:07 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-11-26 18:27:07 +0100
commit44e7e5f0cbd163cc14994f728cebd83ce8ee50ff (patch)
tree4e2c82948c4fce56468ed155867832b9a2c921ea /tox.ini
parent0741e56289838f59d9687e17be07f9aeb8461849 (diff)
downloadqutebrowser-44e7e5f0cbd163cc14994f728cebd83ce8ee50ff.tar.gz
qutebrowser-44e7e5f0cbd163cc14994f728cebd83ce8ee50ff.zip
Revert "try to upgrade pip"
This reverts commit 0741e56289838f59d9687e17be07f9aeb8461849.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 66f6aa998..23a0af644 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,6 @@ basepython =
py38: {env:PYTHON:python3.8}
py39: {env:PYTHON:python3.9}
py310: {env:PYTHON:python3.10}
-pip_version = pip
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-tests.txt
@@ -40,7 +39,6 @@ commands =
cov: {envpython} scripts/dev/check_coverage.py {posargs}
[testenv:bleeding]
-pip_version = pip
basepython = {env:PYTHON:python3}
setenv =
PYTEST_QT_API=pyqt5
@@ -157,7 +155,6 @@ commands =
{envpython} scripts/asciidoc2html.py {posargs}
[testenv:pyinstaller-{64,32}]
-pip_version = pip
basepython = {env:PYTHON:python3}
passenv = APPDATA HOME PYINSTALLER_DEBUG
deps =
@@ -218,7 +215,6 @@ commands =
{envpython} -m sphinx -jauto -W --color {posargs} {toxinidir}/doc/extapi/ {toxinidir}/doc/extapi/_build/
[testenv:build-release]
-pip_version = pip
basepython = {env:PYTHON:python3}
passenv = *
usedevelop = true