OpenShift 0.13.0 seems to screw something up. Let's stick to < 0.13.0. (#4161)

pull/4461/head
Felix Fontein 2022-02-06 13:13:56 +01:00 committed by GitHub
parent 6495bea4c4
commit a3cb2e897d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ source virtualenv.sh
python --version python --version
pip --version pip --version
pip show setuptools pip show setuptools
pip install openshift -c constraints.txt pip install 'openshift<0.13.0' -c constraints.txt
./server.py & ./server.py &