Skip to content

Commit cf38c94

Browse files
authored
Pin setuptools version to keep running coreapi tests (#9892)
1 parent 1b63dce commit cf38c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ optional = [
7373
"pygments>=2.17,<2.20",
7474
"pyyaml>=5.3.1,<6.1",
7575
# setuptools is needed for coreapi (imports pkg_resources)
76-
"setuptools",
76+
"setuptools<82",
7777
]
7878
django42 = [ "django>=4.2,<5.0" ]
7979
django50 = [ "django>=5.0,<5.1" ]

0 commit comments

Comments
 (0)