Fix pyyaml pin.

This commit is contained in:
Gwyn Ciesla 2021-10-06 09:02:38 -05:00
parent ffe068e566
commit bf5bdb881e

View File

@ -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