update selenium dependency

pull/1/head
Raymond Yee 2016-04-18 10:17:21 -07:00
parent 2131f40261
commit d4f8e486cc
3 changed files with 7 additions and 7 deletions

2
fabfile.py vendored
View File

@ -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.50.0.jar > selenium-rc.log 2>&1 &")
local("java -jar test/selenium-server-standalone-2.53.0.jar > selenium-rc.log 2>&1 &")
def test():
"""run regluit tests locally"""

View File

@ -26,7 +26,7 @@ django-ckeditor==4.5.1
#django-email-change==0.2.3
git+git://github.com/eshellman/django-email-change.git@582112797466b9fb427ba3c4da3b14b426a28132
django-endless-pagination==2.0
django-extensions==0.9
django-extensions==1.6.1
django-jsonfield==0.9.10
#django-kombu==0.9.4
django-maintenancemode==0.10
@ -72,14 +72,14 @@ redis==2.6.2
reportlab==3.1.8
requests==2.7.0
requests-oauthlib==0.4.2
selenium==2.50.0
selenium==2.53.1
six==1.9.0
sorl-thumbnail==12.3
ssh==1.7.14
stevedore==0.4
stevedore==1.12.0
stripe==1.9.1
virtualenv==1.4.9
# virtualenv-clone==0.2.4 not sure why I have this in my env
virtualenvwrapper==3.6
#virtualenvwrapper==3.6
wsgiref==0.1.2
xhtml2pdf==0.0.6

View File

@ -29,7 +29,7 @@ DATABASES = {
}
TIME_ZONE = 'America/New_York'
SECRET_KEY = u'_^_off!8zsj4+)%qq623m&$7_m-q$iau5le0w!mw&n5tgt#x=t'
SECRET_KEY = b'_^_off!8zsj4+)%qq623m&$7_m-q$iau5le0w!mw&n5tgt#x=t'
# settings for outbout email
# if you have a gmail account you can use your email address and password
@ -125,4 +125,4 @@ CELERYBEAT_SCHEDULE['report_new_ebooks'] = EBOOK_NOTIFICATIONS_JOB
try:
from regluit.settings.local import *
except ImportError:
pass
pass