Closed
Description
most recent failing job as of this writing May 7
Trying to narrow differences... since mmap
is coming from the standard lib I suspected a change in Python versions and how repr(mmap_obj)
or str(mmap_obj)
is displayed... Its possible, though still smells to me so needs a sanity check.
As evidence, though, comparing against a prior (chose #1096 as the most recent unmerged green build I saw....)
Python version comparison
- 3.10.4 this MR vs 3.10.2 prior success
- 3.9.12 this MR vs 3.9.10 prior success
- the scheduled pre-release cron job against master is failing for the same reason.
Final note: the only pre-release job that passes is the one that does not have the PRE_PIP_FLAGS environment variable set....
Originally posted by @jacobdr in #1105 (comment)
Metadata
Metadata
Assignees
Labels
No labels