Skip to content

Commit 4133886

Browse files
author
Graham Higgins
committed
temporary evasion of syntax error
1 parent 2b9d230 commit 4133886

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

requirements-py3.txt

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

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ commands =
2222
nosetests --where=./build/src
2323
deps =
2424
nose
25-
git+http://github.com/RDFLib/rdflib#egg=rdflib
25+
# git+http://github.com/RDFLib/rdflib#egg=rdflib
26+
git+http://github.com/gjhiggins/rdflib#egg=rdflib
2627
SQLAlchemy
2728
psycopg2
2829
http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.2.zip
@@ -35,7 +36,8 @@ commands =
3536
nosetests --where=./build/src
3637
deps =
3738
nose
38-
git+http://github.com/RDFLib/rdflib#egg=rdflib
39+
# git+http://github.com/RDFLib/rdflib#egg=rdflib
40+
git+http://github.com/gjhiggins/rdflib#egg=rdflib
3941
SQLAlchemy
4042
psycopg2
4143
http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.2.zip

0 commit comments

Comments
 (0)