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 Sun Jul 14 2024 #433

Closed
github-actions bot opened this issue Jul 14, 2024 · 3 comments
Closed

Third-party tests failed on Sun Jul 14 2024 #433

github-actions bot opened this issue Jul 14, 2024 · 3 comments

Comments

@github-actions
Copy link

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

@JelleZijlstra
Copy link
Member

I guess the problem is that now the pyanalyze test suite only succeeds with the latest release of typeshed-client, and our only-newest thing fails to install the latest release of typeshed-client. A possible solution is to make a commit to typing-extensions.

@AlexWaygood
Copy link
Member

huh. I thought the intent of the only-newest thing was to e.g. stop us from installing a version of typeshed-client (when running pyanalyze's tests) that was released after the latest commit on the main branch of pyanalyze. I don't think it should be stopping us from installing versions of typeshed-client that are released after the latest commit on the main branch of typing_extensions (if it's working correctly)? But maybe I misunderstood.

@hauntsaninja
Copy link
Collaborator

Yeah, Alex is right. Looks like everything is good now, I've opened #436 so it's easier to see what's going on in the future

@hauntsaninja hauntsaninja closed this as not planned Won't fix, can't repro, duplicate, stale Jul 19, 2024
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

3 participants