Skip to content

Multiple tests failing when invoked directly via ./python Lib/test/... #131290

@tomasr8

Description

@tomasr8

Besides test_pickle reported in #131031, there are a few more (test_regrtest, test_metaclass and test_pyclbr):

~ ./python Lib/test/test_regrtest.py
...
Ran 115 tests in 35.727s

FAILED (failures=1, skipped=2)
~ ./python Lib/test/test_metaclass.py
...
Ran 1 test in 0.018s

FAILED (failures=1)
~ ./python Lib/test/test_pyclbr.py
...
Ran 6 tests in 1.720s

FAILED (failures=1, errors=1)

Linked PRs

Metadata

Metadata

Assignees

Labels

easytestsTests 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