diff --git a/requirements/compiled.txt b/requirements/compiled.txt index d760b9dfc1..367b9e4667 100644 --- a/requirements/compiled.txt +++ b/requirements/compiled.txt @@ -5,7 +5,8 @@ lxml==2.2.6 PIL==1.1.7 # For JWT to sign App receipts: -M2Crypto==0.20.2 +# Temporary. +#M2Crypto==0.20.2 # For the addon validator, including C speedups. simplejson==2.3.2 diff --git a/scripts/run_mkt_tests.sh b/scripts/run_mkt_tests.sh index 2eb824b272..1bf6d69ad8 100755 --- a/scripts/run_mkt_tests.sh +++ b/scripts/run_mkt_tests.sh @@ -34,7 +34,7 @@ fi source $VENV/bin/activate -pip install -U --exists-action=w --no-deps -q -r requirements/test.txt +pip install -U --exists-action=w --no-deps -q -r requirements/compiled.txt -r requirements/test.txt # Create paths we want for addons if [ ! -d "/tmp/warez" ]; then