fix(tests): update loadtest build script to work with latest PyFxA.

This commit is contained in:
Ryan Kelly 2015-09-02 14:49:20 +10:00
Родитель 929666815b
Коммит 08f4d2d9b5
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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?