-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Closed as duplicate of#133951
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-parsertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
One of those PRs made the test_peg_generator
tests fail (see https://buildbot.python.org/#/builders/469):
sysconfig --generate-posix-vars
can hang on cyclic variable definitions #136097: Fix sysconfig._parse_makefile() (gh-136097: Fix sysconfig._parse_makefile() #136166) by @serhiy-storchaka- test_venv.test_special_chars_csh fails on NetBSD #139308: Skip test_special_chars_csh on NetBSD due to csh variable expansion issue (gh-139308: Skip test_special_chars_csh on NetBSD due to csh variable expansion issue #139341) by @furkanonder (I don't think it's the case here).
- creating venv Python3.13 on CIFS mounted drive fails ENODATA #133951: Remove lib64->lib symlink in venv creation (gh-133951: Remove lib64->lib symlink in venv creation #137139) by @Cycloctane (cc @FFY00)
- Remove deprecated parameter alias for
importlib.resources.files
#138044: Remove deprecated parameter alias forimportlib.resources.files
(gh-138044: Remove deprecated parameter alias forimportlib.resources.files
#138059) @donBarbos
The failure seems to be setuptools
being not present and I don't know why. It could be the lib64->lib
symlink that is no more here or the change in importlib.resources.files
. I don't have time now to investigate.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
Cycloctane
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-parsertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error