-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Some tests are skipped in test_functools #130185
Copy link
Copy link
Closed
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
Bug description:
TestCacheis not used by any other test class in the module. I'm guessing it was intended to be used asTestLRUbut it currently does not run:cpython/Lib/test/test_functools.py
Lines 1474 to 1476 in 9837c2a
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
test_functools#130186test_functools(GH-130186) #130188test_functools(GH-130186) #130189