Merge pull request #390 from Gluejar/reactivate_ebooks
I forgot to update the fabfile/requirements file to match current seleni...pull/1/head
commit
6628603a38
|
@ -95,7 +95,7 @@ def email_addresses():
|
||||||
def selenium():
|
def selenium():
|
||||||
"""setting up selenium to run in the background on RY's laptop"""
|
"""setting up selenium to run in the background on RY's laptop"""
|
||||||
with cd('/Users/raymondyee/D/Document/Gluejar/Gluejar.github/regluit'):
|
with cd('/Users/raymondyee/D/Document/Gluejar/Gluejar.github/regluit'):
|
||||||
local("java -jar test/selenium-server-standalone-2.40.0.jar > selenium-rc.log 2>&1 &")
|
local("java -jar test/selenium-server-standalone-2.43.1.jar > selenium-rc.log 2>&1 &")
|
||||||
|
|
||||||
def test():
|
def test():
|
||||||
"""run regluit tests locally"""
|
"""run regluit tests locally"""
|
||||||
|
|
|
@ -56,7 +56,7 @@ rdflib==2.4.0
|
||||||
redis==2.6.2
|
redis==2.6.2
|
||||||
reportlab==3.1.8
|
reportlab==3.1.8
|
||||||
requests==0.14.0
|
requests==0.14.0
|
||||||
selenium==2.40.0
|
selenium==2.43.0
|
||||||
six==1.7.3
|
six==1.7.3
|
||||||
ssh==1.7.14
|
ssh==1.7.14
|
||||||
stevedore==0.4
|
stevedore==0.4
|
||||||
|
|
Loading…
Reference in New Issue