mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #24324 -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters.
This commit is contained in:
parent
fa66ea7532
commit
307c0f299a
9 changed files with 31 additions and 23 deletions
|
@ -35,7 +35,7 @@ SOME_INSTALLED_APPS_NAMES = [
|
|||
'django.contrib.auth',
|
||||
] + SOME_INSTALLED_APPS[2:]
|
||||
|
||||
HERE = os.path.dirname(__file__)
|
||||
HERE = os.path.dirname(upath(__file__))
|
||||
|
||||
|
||||
class AppsTests(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue