mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refactored tests that rely on an ImportError for Python 3.5 compatibility
A change in Python test discovery [1] causes the old packages that raised an error to be discovered; now we use a common directory that's ignored during discovery. Refs #23763. [1] http://bugs.python.org/issue7559
This commit is contained in:
parent
65e005f8cd
commit
c0cc8f69e7
6 changed files with 6 additions and 4 deletions
|
@ -1 +0,0 @@
|
|||
import fake_python_module # NOQA
|
Loading…
Add table
Add a link
Reference in a new issue