Skip to content

[3.12] Tests fail due to "module test.support has no attribute is_apple" #125301

Closed
@sobolevn

Description

@sobolevn

Bug report

See https://github.com/python/cpython/actions/runs/11287601843/job/31393811666

 ======================================================================
ERROR: test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ja_JP')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/admin/actions-runner/_work/cpython/cpython/Lib/test/test__locale.py", line 210, in test_alt_digits_nl_langinfo
    if count and not alt_digits and support.is_apple:
                                    ^^^^^^^^^^^^^^^^
AttributeError: module 'test.support' has no attribute 'is_apple'

----------------------------------------------------------------------

Looks like 171ebcd is the cause.

CC @serhiy-storchaka

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.12only security fixestestsTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions