mirror of
https://github.com/django/django.git
synced 2024-11-25 07:59:34 +01:00
06c5cb1284
This test relied on the behavior of subclassing `datetime.timezone` which is not permitted by the C-extension version of CPython's `datetime` module. This restriction isn't enforced by the pure Python version, nor by PyPy. See https://github.com/python/cpython/issues/112451 It's not critical, and doesn't test any Django behavior, so just remove it. |
||
---|---|---|
.. | ||
__init__.py | ||
tests.py |