git clone --branch stable/4.1.x --depth 1
https://github.com/django/django.git
cd ./django
python -m venv ~/.virtualenvs/djangodev
source ~/.virtualenvs/djangodev/bin/activate
python -m pip install -e .
cd tests
python -m pip install -r requirements/py3.txt
./runtests.py
FAILED (failures=3, skipped=1187, expected failures=5)
You can see the errors report here: https://pastebin.com/GmnfHQ7e
What should I do to make all the tests pass?
--
Ticket URL: <https://code.djangoproject.com/ticket/34175>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
Hi, please don't use Trac as a support channel. Use one of these to debug
your issue and eventually provide details about why and where Django is at
fault, thanks.
Closing per TicketClosingReasons/UseSupportChannels.
--
Ticket URL: <https://code.djangoproject.com/ticket/34175#comment:1>