Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
put compiled back in but comment out M2Crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay committed Sep 18, 2012
1 parent 8fbf92d commit 86eb834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements/compiled.txt
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scripts/run_mkt_tests.sh
Expand Up @@ -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
Expand Down

0 comments on commit 86eb834

Please sign in to comment.