From cdedb399f3e76e0b2da8485860f947261505992a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 25 2018 09:29:45 +0000 Subject: Pin the pygit2 version to install with python3 Signed-off-by: Pierre-Yves Chibon --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index 12753db..5b1d9e8 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -5,7 +5,7 @@ yum install -y python-virtualenv python34 python34-devel \ libgit2 libgit2-devel python-pygit2 \ redis swig openssl-devel m2crypto \ python2-fedmsg python34-fedmsg-core fedmsg \ - python-tox python-pip + python-tox python-pip python34-pip sysctl -w fs.file-max=2048 @@ -32,6 +32,7 @@ fi pip install --upgrade tox pip install --upgrade --force-reinstall pygments chardet +pip3 install "pygit2 == `rpm -q libgit2 --queryformat='%{version}'`" tox --sitepackages -e 'py{27,34}-flask011-ci' -- -v --with-xcoverage --cover-erase --cover-package=pagure set +e