File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,7 @@ clean:
19
19
20
20
21
21
test :
22
- #
23
- # -s don't capture stdout
24
- #
25
- python -W ignore::RuntimeWarning $(MANAGE) test django_object_actions -s
22
+ python -W ignore::RuntimeWarning $(MANAGE ) test django_object_actions
26
23
27
24
28
25
# destroy and then recreate your database
Original file line number Diff line number Diff line change @@ -63,12 +63,8 @@ def project_dir(*paths):
63
63
64
64
# dev helpers
65
65
'django_extensions' ,
66
- # testing
67
- 'django_nose' ,
68
66
)
69
67
70
- TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
71
-
72
68
73
69
# STFU, Django 1.7
74
70
# To be deleted once Django 1.8 testing begins
Original file line number Diff line number Diff line change 1
1
Django >= 1.4.2
2
2
3
3
dj-database-url >= 0.2.1
4
+ # for heroku support
4
5
psycopg2 >= 2.4.5
5
6
6
- Werkzeug >= 0.8.3
7
7
django-extensions >= 0.9
8
- django-nose
9
8
tox == 1.7.1
10
9
factory-boy == 2.4.1
You can’t perform that action at this time.
0 commit comments