Skip to content

Commit 41deeff

Browse files
committed
Remove '[testenv] basepython'
It's the cause of many tox 4 bugs and the 'ignore_basepython_conflict' option is likely to go away at some point [1]. [1] tox-dev/tox#2754 (comment) Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 71ae6c8 commit 41deeff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[tox]
22
minversion = 3.1
33
envlist = pep8,mypy,clean,py{37,38,39,310,311},report
4-
ignore_basepython_conflict = true
54

65
[testenv]
7-
basepython = python3
86
deps =
97
-r{toxinidir}/test-requirements.txt
108
commands =

0 commit comments

Comments
 (0)