Fix pyyaml pin.
This commit is contained in:
parent
ffe068e566
commit
bf5bdb881e
@ -59,6 +59,10 @@ sed -i s/\<0.4.4/\<=0.4.4/g setup.cfg
|
||||
sed -i s/\<5.4/\<=5.4.1/g setup.py
|
||||
sed -i s/\<5.4/\<=5.4.1/g setup.cfg
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2010912
|
||||
sed -i s/\<5.5/\<6.5/g setup.py
|
||||
sed -i s/\<5.5/\<6.5/g setup.cfg
|
||||
|
||||
#remove integration tests
|
||||
rm -rf tests/integration
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user