summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-20 16:20:10 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-20 16:20:51 +0100
commit298e559714ba3e7fc7694760761af3e50b456608 (patch)
tree8ce6704cd93692e61ebae126657d29688b3f33ba /tox.ini
parent173ef9624d1e57b27dcb470ff89c46ea72c50c03 (diff)
downloadqutebrowser-298e559714ba3e7fc7694760761af3e50b456608.tar.gz
qutebrowser-298e559714ba3e7fc7694760761af3e50b456608.zip
tox: Remove pip-version and venv plugins
Since the virtualenv v20.0.0 rewrite, those are hopefully not needed anymore. Closes #5373
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini17
1 files changed, 0 insertions, 17 deletions
diff --git a/tox.ini b/tox.ini
index 8d9eedeac..73baf89d7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,6 @@ basepython =
py37: {env:PYTHON:python3.7}
py38: {env:PYTHON:python3.8}
py39: {env:PYTHON:python3.9}
-pip_version = pip
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-tests.txt
@@ -41,7 +40,6 @@ commands =
[testenv:misc]
ignore_errors = true
basepython = {env:PYTHON:python3}
-pip_version = pip
# For global .gitignore files
passenv = HOME
deps =
@@ -50,7 +48,6 @@ commands =
[testenv:vulture]
basepython = {env:PYTHON:python3}
-pip_version = pip
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-vulture.txt
@@ -61,7 +58,6 @@ commands =
[testenv:vulture-pyqtlink]
basepython = {env:PYTHON:python3}
-pip_version = pip
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-vulture.txt
@@ -72,7 +68,6 @@ commands =
[testenv:pylint]
basepython = {env:PYTHON:python3}
-pip_version = pip
ignore_errors = true
passenv =
deps =
@@ -86,7 +81,6 @@ commands =
[testenv:pylint-pyqtlink]
basepython = {env:PYTHON:python3}
-pip_version = pip
ignore_errors = true
passenv =
deps =
@@ -100,7 +94,6 @@ commands =
[testenv:pylint-master]
basepython = {env:PYTHON:python3}
-pip_version = pip
passenv = {[testenv:pylint]passenv}
deps =
-r{toxinidir}/requirements.txt
@@ -113,7 +106,6 @@ commands =
[testenv:flake8]
basepython = {env:PYTHON:python3}
-pip_version = pip
passenv =
deps =
-r{toxinidir}/requirements.txt
@@ -123,7 +115,6 @@ commands =
[testenv:pyroma]
basepython = {env:PYTHON:python3}
-pip_version = pip
passenv =
deps =
-r{toxinidir}/misc/requirements/requirements-pyroma.txt
@@ -132,7 +123,6 @@ commands =
[testenv:check-manifest]
basepython = {env:PYTHON:python3}
-pip_version = pip
passenv =
deps =
-r{toxinidir}/misc/requirements/requirements-check-manifest.txt
@@ -141,7 +131,6 @@ commands =
[testenv:docs]
basepython = {env:PYTHON:python3}
-pip_version = pip
whitelist_externals = git
passenv = CI GITHUB_REF
deps =
@@ -154,7 +143,6 @@ commands =
[testenv:pyinstaller-{64,32}]
basepython = {env:PYTHON:python3}
-pip_version = pip
passenv = APPDATA HOME PYINSTALLER_DEBUG
deps =
-r{toxinidir}/requirements.txt
@@ -179,7 +167,6 @@ commands = bash scripts/dev/run_shellcheck.sh {posargs}
[testenv:mypy]
basepython = {env:PYTHON:python3}
-pip_version = pip
passenv = TERM MYPY_FORCE_TERMINAL_WIDTH
deps =
-r{toxinidir}/requirements.txt
@@ -191,14 +178,12 @@ commands =
[testenv:yamllint]
basepython = {env:PYTHON:python3}
-pip_version = pip
deps = -r{toxinidir}/misc/requirements/requirements-yamllint.txt
commands =
{envpython} -m yamllint -f colored --strict . {posargs}
[testenv:mypy-diff]
basepython = {env:PYTHON:python3}
-pip_version = pip
passenv = {[testenv:mypy]passenv}
deps = {[testenv:mypy]deps}
commands =
@@ -207,7 +192,6 @@ commands =
[testenv:sphinx]
basepython = {env:PYTHON:python3}
-pip_version = pip
passenv =
usedevelop = true
deps =
@@ -219,7 +203,6 @@ commands =
[testenv:build-release]
basepython = {env:PYTHON:python3}
-pip_version = pip
passenv = *
usedevelop = true
deps =