Skip to content

Commit b2bd81a

Browse files
author
Graham Higgins
committed
revert evasion
1 parent 4133886 commit b2bd81a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

requirements-py3.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# -e git+https://github.com/RDFLib/rdflib.git#egg=rdflib
2-
-e git+https://github.com/gjhiggins/rdflib.git#egg=rdflib
1+
-e git+https://github.com/RDFLib/rdflib.git#egg=rdflib
32
psycopg2
43
http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.2.zip
54
-e git+https://github.com/davispuh/MySQL-for-Python-3#egg=MySQL-python

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ commands =
2222
nosetests --where=./build/src
2323
deps =
2424
nose
25-
# git+http://github.com/RDFLib/rdflib#egg=rdflib
26-
git+http://github.com/gjhiggins/rdflib#egg=rdflib
25+
git+http://github.com/RDFLib/rdflib#egg=rdflib
2726
SQLAlchemy
2827
psycopg2
2928
http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.2.zip
29+
git+https://github.com/PyMySQL/mysqlclient-python#egg=MySQLdb
3030

3131
[testenv:py34]
3232
basepython = python3.4
@@ -36,8 +36,7 @@ commands =
3636
nosetests --where=./build/src
3737
deps =
3838
nose
39-
# git+http://github.com/RDFLib/rdflib#egg=rdflib
40-
git+http://github.com/gjhiggins/rdflib#egg=rdflib
39+
git+http://github.com/RDFLib/rdflib#egg=rdflib
4140
SQLAlchemy
4241
psycopg2
4342
http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.2.zip

0 commit comments

Comments
 (0)