Skip to content

Commit 0190c55

Browse files
committed
Add tox environment to run tests against packaging 24.0
1 parent 7c9508a commit 0190c55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.8
3-
envlist = lint,types,py{38,39,310,311,312,313},integration,docs
3+
envlist = lint,types,py{38,39,310,311,312,313}{,-packaging240},integration,docs
44
isolated_build = True
55

66
[testenv]
@@ -9,6 +9,7 @@ deps =
99
pytest
1010
pytest-socket
1111
coverage
12+
packaging240: packaging==24.0
1213
passenv =
1314
PYTEST_ADDOPTS
1415
setenv =

0 commit comments

Comments
 (0)