Skip to content

Commit

Permalink
Add tox environment to run tests against packaging 24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Jan 22, 2025
1 parent 7c9508a commit 0190c55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.8
envlist = lint,types,py{38,39,310,311,312,313},integration,docs
envlist = lint,types,py{38,39,310,311,312,313}{,-packaging240},integration,docs
isolated_build = True

[testenv]
Expand All @@ -9,6 +9,7 @@ deps =
pytest
pytest-socket
coverage
packaging240: packaging==24.0
passenv =
PYTEST_ADDOPTS
setenv =
Expand Down

0 comments on commit 0190c55

Please sign in to comment.