Changes between Version 1 and Version 2 of Ticket #34780
- Timestamp:
- Aug 17, 2023, 4:50:42 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34780
- Property Component Testing framework → Core (Other)
- Property Resolution → invalid
- Property Status new → closed
- Property Summary `check_framework` tests can not pass on ubuntu → Tests don't pass on Python 3.11.4.
-
Ticket #34780 – Description
v1 v2 11 11 ?: (templates.E003) 'static' is used for multiple template tag modules: 'django.contrib.auth.templatetags.static', 'django.contrib.contenttypes.templatetags.static', 'django.contrib.messages.templatetags.static', 'django.contrib.sessions.templatetags.static', 'django.contrib.sites.templatetags.static', 'django.contrib.staticfiles.templatetags.static', 'django.templatetags.static' 12 12 ?: (templates.E003) 'tz' is used for multiple template tag modules: 'django.contrib.auth.templatetags.tz', 'django.contrib.contenttypes.templatetags.tz', 'django.contrib.messages.templatetags.tz', 'django.contrib.sessions.templatetags.tz', 'django.contrib.sites.templatetags.tz', 'django.contrib.staticfiles.templatetags.tz', 'django.templatetags.tz' 13 13 {{{ 14 14 FAIL: test_template_tags_with_different_library_name (check_framework.test_templates.CheckTemplateTagLibrariesWithSameName) 15 15 ---------------------------------------------------------------------- … … 38 38 39 39 Diff is 2113 characters long. Set self.maxDiff to None to see it. 40 }}}