Skip to content

Commit

Permalink
Remove '[testenv] basepython'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stephenfin committed Jan 13, 2023
1 parent 71ae6c8 commit 41deeff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tox.ini
@@ -1,10 +1,8 @@
[tox]
minversion = 3.1
envlist = pep8,mypy,clean,py{37,38,39,310,311},report
ignore_basepython_conflict = true

[testenv]
basepython = python3
deps =
-r{toxinidir}/test-requirements.txt
commands =
Expand Down

0 comments on commit 41deeff

Please sign in to comment.