Skip to content

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

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 testin 0.018s
FAILED (failures=1)
~ ./python Lib/test/test_pyclbr.py
...
Ran 6 tests in 1.720s
FAILED (failures=1, errors=1)

Linked PRs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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