From 14cbb601166a0221dec8bcd2e9236d8d5200d144 Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Mon, 14 Apr 2014 23:18:57 -0700 Subject: [PATCH] lol no idea what is going on --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2f426664..44cfb19c 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ tests_require = [ 'pytz', 'pytest', 'pytest-cov>=1.4', - 'pytest-django', + 'pytest-django==DEV', 'python-coveralls', 'tornado', 'webob', @@ -108,7 +108,7 @@ setup( license='BSD', tests_require=tests_require, dependency_links=[ - 'https://github.com/pelme/pytest_django/archive/21327e1b1f254dcec2e870114719ea279b479506.zip#egg=pytest-django', + 'https://github.com/pelme/pytest_django/archive/21327e1b1f254dcec2e870114719ea279b479506.zip#egg=pytest-django-DEV', ], cmdclass={'test': PyTest}, include_package_data=True,