Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(tests): update loadtest build script to work with latest PyFxA.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Sep 2, 2015
1 parent 9296668 commit 08f4d2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/load/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SERVER_URL = https://api-accounts.stage.mozaws.net
SERVER_URL = https://api-accounts.stage.mozaws.net/v1

# Hackety-hack around OSX system python bustage.
# The need for this should go away with a future osx/xcode update.
Expand All @@ -12,7 +12,8 @@ build:
virtualenv --no-site-packages .
$(INSTALL) gevent
$(INSTALL) pexpect
$(INSTALL) PyFxA
$(INSTALL) PyFxA[openssl]
$(INSTALL) backports.functools_lru_cache
$(INSTALL) https://github.com/mozilla-services/loads/archive/master.zip
rm -rf ./local # ubuntu, why you create this useless folder?

Expand Down

0 comments on commit 08f4d2d

Please sign in to comment.