Changes between Version 1 and Version 2 of Ticket #34780


Ignore:
Timestamp:
Aug 17, 2023, 4:50:42 AM (13 months ago)
Author:
Mariusz Felisiak
Comment:

Thanks for the report, it seems to be a regression in Python 3.11.4 because import_module() doesn't raise ImportError for non-existent packages. I've reported this in Python bugtracker, check out gh-108078.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34780

    • Property Component Testing frameworkCore (Other)
    • Property Resolutioninvalid
    • Property Status newclosed
    • Property Summary `check_framework` tests can not pass on ubuntuTests don't pass on Python 3.11.4.
  • Ticket #34780 – Description

    v1 v2  
    1111?: (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'
    1212?: (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{{{
    1414FAIL: test_template_tags_with_different_library_name (check_framework.test_templates.CheckTemplateTagLibrariesWithSameName)
    1515----------------------------------------------------------------------
     
    3838
    3939Diff is 2113 characters long. Set self.maxDiff to None to see it.
     40}}}
Back to Top