* needs_better_patch: 0 => 1
* easy: => 0
Comment:
8754_run_test_aggressive.diff fails to apply cleanly on to trunk
--
Ticket URL: <http://code.djangoproject.com/ticket/8754#comment:12>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by akaariai):
I just hit this issue, I ran tests using this setup:
{{{
cd tests
ln -s ../django django
./runtests --settings=test_sqlite admin_scripts
}}}
However, the tests use my system's Django, not the django from
tests/django. Using virtualenv for test setup fixed this.
--
Ticket URL: <https://code.djangoproject.com/ticket/8754#comment:14>
* status: new => closed
* resolution: => wontfix
Comment:
I think using a virtual environment is the correct solution these days.
--
Ticket URL: <https://code.djangoproject.com/ticket/8754#comment:15>