From 08f4d2d9b552ada531e4ac88ab05e4063188a195 Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Wed, 2 Sep 2015 14:49:20 +1000 Subject: [PATCH] fix(tests): update loadtest build script to work with latest PyFxA. --- test/load/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/load/Makefile b/test/load/Makefile index b351d03f..ac797e4b 100644 --- a/test/load/Makefile +++ b/test/load/Makefile @@ -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. @@ -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?