Skip to content

Commit f5950df

Browse files
committed
🧪 Drop the requires section from tox.ini
Tox's self-provisioning has a bug when it is invoked with `--installpkg` [[1]] that makes Tox hang on teardown. The proposed workaround is making all these requirements available in the same env Tox is installed. This patch gets rid of them instead. [1]: tox-dev/tox#3600
1 parent c84e6ac commit f5950df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[tox]
22
envlist = python
33
minversion = 3.21.0
4-
requires =
5-
setuptools >= 40.9.0
6-
pip >= 19.0.3
7-
# tox-venv >= 0.4.0
84
isolated_build = true
95

106

0 commit comments

Comments
 (0)