From 49bf722b051dd1db8d39dd81562a64ec1c244bf3 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 09 2017 10:59:19 +0000 Subject: Install the requirements in requirements-ev.txt to run the tests This is required since we have one test file testing the EV server which thus needs these requirements. --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index 8bdc45d..dd71c50 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -24,6 +24,7 @@ then pip install nose --upgrade pip install --upgrade --force-reinstall python-fedora 'setuptools>=17.1' pygments pip install -r tests_requirements.txt + pip install -r requirements-ev.txt # We have one test on the SSE server sed -i -e 's|pygit2 >= 0.20.1||' requirements.txt pip install -r requirements.txt pip install psycopg2