python / typing_extensions

Backported and experimental type hints for Python
Other
445 stars 109 forks source link

Third-party tests failed on Sat Jun 01 2024 #415

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 5 months ago

Runs listed here: https://github.com/python/typing_extensions/actions/workflows/third_party.yml

JelleZijlstra commented 5 months ago

Some issue in pydantic that doesn't look related to us. Will report it to Pydantic if it doesn't go away by tomorrow.

davidhewitt commented 5 months ago

Thanks I just saw this after following from discussion in #419.

The error looks like JSON failure decoding ANSI colour codes, probably caused by having FORCE_COLOR: 1 in your environment in CI or something like that. I guess it's a flaw in our test suite so I can fix 👍