summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-01-19 20:37:26 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-01-19 20:40:04 -0500
commit183a306ef87fd15df27dc4327182a944033ea3a0 (patch)
tree5774e85956c06f7d82860483ae8de0a17d28e4a5 /tox.ini
parent8222d6f7b992d3b184434acb31cd66b0f2e41401 (diff)
downloadpython-setuptools-git-183a306ef87fd15df27dc4327182a944033ea3a0.tar.gz
Remove bootstrap and tox-pip and instead rely on pep517.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 8083d8c2..8ab2b8cf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,8 +11,6 @@ commands =
pytest {posargs}
usedevelop = True
extras = testing
-install_command = {[helpers]pip} install {opts} {packages}
-list_dependencies_command = {[helpers]pip} freeze --all
setenv =
COVERAGE_FILE={toxworkdir}/.coverage.{envname}
passenv =
@@ -74,7 +72,3 @@ commands =
python -m twine upload dist/*
python -m jaraco.develop.create-github-release
python -m jaraco.tidelift.publish-release-notes
-
-[helpers]
-# Custom pip behavior
-pip = python {toxinidir}/tools/tox_pip.py