Skip to content

Commit 68dff98

Browse files
committed
Remove dependency_link stuff
1 parent 669f3b7 commit 68dff98

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
'pytz',
6969
'pytest',
7070
'pytest-cov>=1.4',
71-
'pytest-django==DEV',
71+
'pytest-django',
7272
'python-coveralls',
7373
'tornado',
7474
'webob',
@@ -107,9 +107,6 @@ def run_tests(self):
107107
},
108108
license='BSD',
109109
tests_require=tests_require,
110-
dependency_links=[
111-
'https://github.com/pelme/pytest_django/archive/21327e1b1f254dcec2e870114719ea279b479506.zip#egg=pytest-django-DEV',
112-
],
113110
cmdclass={'test': PyTest},
114111
include_package_data=True,
115112
entry_points={

0 commit comments

Comments
 (0)