Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Third-party tests failed on Thu Sep 05 2024 #453

Closed
github-actions bot opened this issue Sep 5, 2024 · 2 comments
Closed

Third-party tests failed on Thu Sep 05 2024 #453

github-actions bot opened this issue Sep 5, 2024 · 2 comments

Comments

@github-actions
Copy link

github-actions bot commented Sep 5, 2024

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

@srittau
Copy link
Collaborator

srittau commented Sep 5, 2024

The problem here seems to be that typeguard checks the end of the output of something to be typeguard.TypeCheckError: argument "x" (str) is not an instance of int\n, but the actual output has ANSI color codes: typeguard.TypeCheckError\x1b[0m: \x1b[35margument "x" (str) is not an instance of int\x1b[0m\n.

I'm not familiar enough with the typeguard tests here to fix this. typeguard's last commit was four months ago, and ours last week, so I'm not sure what has changed. A new release of something (pypy, pytype?) that enables colors by default?

@AlexWaygood
Copy link
Member

We fixed this by not running pypy tests for typeguard anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants