Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Fix issues with tox 4.2.4
Browse files Browse the repository at this point in the history
tox now hard fails if there is mismatch in spec
attributes[1]. This works around the issue
temporarily. We probably have to drop py38 jobs
and specify basepython for py39 target in the
future.

[1] tox-dev/tox#2824

Closes-Bug: #2002035
Change-Id: I4256a51afd011048eaaaf5d3c225ab36f75708ed
  • Loading branch information
rabi authored and kajinamit committed Jan 6, 2023
1 parent 8cf2d58 commit 0c0def6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
@@ -1,6 +1,7 @@
[tox]
minversion = 3.18.0
envlist = pep8,py,tht
ignore_base_python_conflict = True

[testenv]
basepython = python3
Expand Down

0 comments on commit 0c0def6

Please sign in to comment.