fix(tests): update loadtest build script to work with latest PyFxA.
This commit is contained in:
Родитель
929666815b
Коммит
08f4d2d9b5
|
@ -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.
|
# Hackety-hack around OSX system python bustage.
|
||||||
# The need for this should go away with a future osx/xcode update.
|
# The need for this should go away with a future osx/xcode update.
|
||||||
|
@ -12,7 +12,8 @@ build:
|
||||||
virtualenv --no-site-packages .
|
virtualenv --no-site-packages .
|
||||||
$(INSTALL) gevent
|
$(INSTALL) gevent
|
||||||
$(INSTALL) pexpect
|
$(INSTALL) pexpect
|
||||||
$(INSTALL) PyFxA
|
$(INSTALL) PyFxA[openssl]
|
||||||
|
$(INSTALL) backports.functools_lru_cache
|
||||||
$(INSTALL) https://github.com/mozilla-services/loads/archive/master.zip
|
$(INSTALL) https://github.com/mozilla-services/loads/archive/master.zip
|
||||||
rm -rf ./local # ubuntu, why you create this useless folder?
|
rm -rf ./local # ubuntu, why you create this useless folder?
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче