-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Open
Labels
infraCI, GitHub Actions, buildbots, Dependabot, etc.CI, GitHub Actions, buildbots, Dependabot, etc.testsTests in the Lib/test dirTests in the Lib/test dir
Description
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:
cpython/Lib/test/libregrtest/utils.py
Line 44 in 34913b1
| RESOURCE_NAMES = ALL_RESOURCES + ('extralargefile', 'tzdata', 'xpickle', 'wantobjects') |
Some options:
- Adding the resource to all. @serhiy-storchaka there is no comment above explaining why it was excluded, did it cause issues?
- Run it in the CI, this would be best done as a separate job, since it requires several installed python versions.
- Run it on a buildbot.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
infraCI, GitHub Actions, buildbots, Dependabot, etc.CI, GitHub Actions, buildbots, Dependabot, etc.testsTests in the Lib/test dirTests in the Lib/test dir