From e0098baed9c1d273feba992fae813d5f35adcd18 Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Mon, 6 Oct 2014 11:48:30 -0700 Subject: [PATCH] I forgot to update the fabfile/requirements file to match current selenium library I use to run Se tests. --- fabfile.py | 2 +- requirements_versioned.pip | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fabfile.py b/fabfile.py index 3798fc97..f99569e7 100644 --- a/fabfile.py +++ b/fabfile.py @@ -95,7 +95,7 @@ def email_addresses(): def selenium(): """setting up selenium to run in the background on RY's laptop""" 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(): """run regluit tests locally""" diff --git a/requirements_versioned.pip b/requirements_versioned.pip index cba29d56..038a14c4 100644 --- a/requirements_versioned.pip +++ b/requirements_versioned.pip @@ -56,7 +56,7 @@ rdflib==2.4.0 redis==2.6.2 reportlab==3.1.8 requests==0.14.0 -selenium==2.40.0 +selenium==2.43.0 six==1.7.3 ssh==1.7.14 stevedore==0.4 @@ -65,4 +65,4 @@ virtualenv==1.4.9 # virtualenv-clone==0.2.4 not sure why I have this in my env virtualenvwrapper==3.6 wsgiref==0.1.2 -xhtml2pdf==0.0.6 \ No newline at end of file +xhtml2pdf==0.0.6