Skip to content

Commit

Permalink
Ensure tox uses oldest supported Python for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Apr 30, 2023
1 parent 9c4bcb0 commit 5f08734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/1258.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The ``tox`` coverage environment will now use the oldest available version of Python.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ commands =

[testenv:coverage{,-html}{,-fail}]
depends = py{,38,39,310,311,312}
# coverage should run on oldest supported Python
base_python = py38,py39,py310,py311
parallel_show_output = True
extras = {[testenv]extras}
# 2023-04-22 see pkgenv ↑
Expand Down

0 comments on commit 5f08734

Please sign in to comment.