Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-typingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Repro: ./python.exe -m test -R 3:3 -v test_typing
The first test round passes, but the second one fails with:
======================================================================FAIL: test_bytestring (test.test_typing.CollectionsAbcTests.test_bytestring) ----------------------------------------------------------------------Traceback (mostrecentcalllast): File"/Users/sobolev/Desktop/cpython/Lib/test/test_typing.py", line6007, intest_bytestringwithself.assertWarns(DeprecationWarning): AssertionError: DeprecationWarningnottriggered----------------------------------------------------------------------Ran576testsin1.479sFAILED (failures=1, skipped=1) testtest_typingfailedtest_typingfailed (1failure)I am working on a fix.
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-typingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error