Skip to content

test_xpickle isn't running (failing) anywhere #144930

@StanFromIreland

Description

@StanFromIreland

This resulted in #144878 and, the following day, #144927.

The test requires the 'xpickle' resource (and for various Python versions to be installed) but it is not included in ALL_RESOURCES, so currently it is not run on any buildbot:

RESOURCE_NAMES = ALL_RESOURCES + ('extralargefile', 'tzdata', 'xpickle', 'wantobjects')

Some options:

  1. Adding the resource to all. @serhiy-storchaka there is no comment above explaining why it was excluded, did it cause issues?
  2. Run it in the CI, this would be best done as a separate job, since it requires several installed python versions.
  3. Run it on a buildbot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    infraCI, GitHub Actions, buildbots, Dependabot, etc.testsTests in the Lib/test dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions