Closed Bug 1131664 Opened 9 years ago Closed 9 years ago

warning when using manage.py

Categories

(Input Graveyard :: Code Quality, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: willkg, Assigned: willkg)

Details

(Whiteboard: u=dev c=codequality p=1 s=input.2015q1)

When using manage.py, it prints this out:

"""
System check identified some issues:

WARNINGS:
?: (1_6.W001) Some project unittests may not execute as expected.
	HINT: Django 1.6 introduced a new default test runner. It looks like this project was generated using Django 1.5 or earlier. You should ensure your tests are all running & behaving as expected. See https://docs.djangoproject.com/en/dev/releases/1.6/#new-test-runner for more information.
"""

This happens in all environments (local development environment, cronjobs, etc).

This started happening when we upgraded to Django 1.7.

This bug covers looking into this and fixing whatever it is that's causing the warning to occur.

Making this a P1 because it's irritating.
Grabbing this now since it's sending me three emails every hour. :(
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Ricky and I came to the same conclusion: move TEST_RUNNER definition fixes it.

I didn't create a PR.

Landed in master: https://github.com/mozilla/fjord/commit/0d1ca439660ef8bfb51d24c452a6a37b23862cb4

Pushed just now so I stop getting email.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: u=dev c=codequality p= s=input.2015q1 → u=dev c=codequality p=1 s=input.2015q1
Product: Input → Input Graveyard
You need to log in before you can comment on or make changes to this bug.