Browse Source

Use Django 1.7 enabled django-nose version

We'll have to run against that until django-nose gets proper 1.7
support.
master
Maik Hoepfel 11 years ago
parent
commit
51bf728050
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      requirements.txt

+ 5
- 1
requirements.txt View File

19
 django-dynamic-fixture>=1.7,<1.8
19
 django-dynamic-fixture>=1.7,<1.8
20
 mock>=1.0.1,<1.1
20
 mock>=1.0.1,<1.1
21
 coverage>=3.6,<3.7
21
 coverage>=3.6,<3.7
22
-django-nose>=1.2,<1.3
22
+#django-nose>=1.2,<1.3
23
+# Need to run against this until django-nose comes with support for Django 1.7
24
+# https://github.com/django-nose/django-nose/pull/161/
25
+https://github.com/brad/django-nose/archive/django_1.7.zip#egg=django-nose
26
+
23
 spec>=0.11.1,<0.12
27
 spec>=0.11.1,<0.12
24
 WebTest>=2.0,<2.1
28
 WebTest>=2.0,<2.1
25
 django-webtest>=1.7,<1.8
29
 django-webtest>=1.7,<1.8

Loading…
Cancel
Save