Skip to content

Commit bbcace5

Browse files
Add missing test dependency for Python 3.13
Python 3.13 no longer ships the cgi module. But as we are pinning dependencies on the oldest Python version we support, the corresponding legacy module is not pulled in automatically. So we need to declare it explicitly for the tests for Python 3.13 to have it available.
1 parent 2393ca9 commit bbcace5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ pytest-cov
66
pytest-mock
77
mock
88
devpi-plumber[test]>=0.4.3
9+
legacy-cgi

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ lazy==1.6
8989
# via
9090
# devpi-common
9191
# devpi-server
92+
legacy-cgi==2.6.4
93+
# via -r requirements.in
9294
mock==5.2.0
9395
# via -r requirements.in
9496
nh3==0.2.21

0 commit comments

Comments
 (0)