Skip to content

Commit ff0ad4b

Browse files
Conchylicultortfds-copybara
authored andcommitted
Blacklist setuptool version 50.0 to fix kokoro
Context: pypa/setuptools#2352 PiperOrigin-RevId: 329312581
1 parent 6c36f15 commit ff0ad4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oss_scripts/oss_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e # fail and exit on any command erroring
66
source ./oss_scripts/utils.sh
77
function setup_env() {
88
create_virtualenv $1 $2
9-
pip install -q --upgrade setuptools pip
9+
pip install -q "setuptools!=50.0" --force-reinstall
1010
pip install -q wheel twine pyopenssl
1111
}
1212

0 commit comments

Comments
 (0)