Просмотр исходного кода

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 лет назад
Родитель
Сommit
51bf728050
1 измененных файлов: 5 добавлений и 1 удалений
  1. 5
    1
      requirements.txt

+ 5
- 1
requirements.txt Просмотреть файл

@@ -19,7 +19,11 @@ sphinx_rtd_theme==0.1.6
19 19
 django-dynamic-fixture>=1.7,<1.8
20 20
 mock>=1.0.1,<1.1
21 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 27
 spec>=0.11.1,<0.12
24 28
 WebTest>=2.0,<2.1
25 29
 django-webtest>=1.7,<1.8

Загрузка…
Отмена
Сохранить