Skip to content

Commit 983cf91

Browse files
committed
Pin setuptools to below v82 to keep pkg_resources
1 parent 36fe932 commit 983cf91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ testscenarios>=0.4 # Apache-2.0/BSD
88
testtools>=2.2.0 # MIT
99
virtualenv>=14.0.6 # MIT
1010
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL
11+
setuptools<82 # NOTE(seunghun1ee): Workaround for removed pkg_resources in setuptools 82.0.0
1112
bashate>=0.5.1 # Apache-2.0

0 commit comments

Comments
 (0)