mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
[2.2.x] Added note to check Python version in unit tests troubleshooting section.
At DjangoCon US 2019 sprints, a number of contributors hit problems with an outdated Python.
Backport of 06e087c3de
from master
This commit is contained in:
parent
67bfedd2ae
commit
c22945f4c7
1 changed files with 7 additions and 0 deletions
|
@ -324,6 +324,13 @@ in ``tests/auth_tests``.
|
|||
Troubleshooting
|
||||
===============
|
||||
|
||||
Test suite hangs or shows failures on ``master`` branch
|
||||
-------------------------------------------------------
|
||||
|
||||
Ensure you have the latest point release of a :ref:`supported Python version
|
||||
<faq-python-version-support>`, since there are often bugs in earlier versions
|
||||
that may cause the test suite to fail or hang.
|
||||
|
||||
Many test failures with ``UnicodeEncodeError``
|
||||
----------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue