Skip to content

Daily tests failed on Mon Aug 19 2024 #12551

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

Closed
github-actions bot opened this issue Aug 19, 2024 · 3 comments · Fixed by #12554
Closed

Daily tests failed on Mon Aug 19 2024 #12551

github-actions bot opened this issue Aug 19, 2024 · 3 comments · Fixed by #12554
Labels
help wanted An actionable problem of low to medium complexity where a PR would be very welcome

Comments

@github-actions
Copy link
Contributor

Runs listed here: https://github.com/python/typeshed/actions/workflows/daily.yml

@github-actions github-actions bot added the help wanted An actionable problem of low to medium complexity where a PR would be very welcome label Aug 19, 2024
@srittau
Copy link
Collaborator

srittau commented Aug 19, 2024

stubs/networkx/networkx/classes/graph.pyi:41: error: Type argument "_Node" of "ndarray" must be a subtype of "tuple[int, ...]" [type-var]
stubs/networkx/networkx/convert.pyi:18: error: Type argument "_Node" of "ndarray" must be a subtype of "tuple[int, ...]" [type-var]

@AlexWaygood
Copy link
Member

Looks like we need to pin our numpy dependency for a bunch of stubs again. It's causing many pyright failures as well: see the CI on #12552 and #12553

@sobolevn
Copy link
Member

Working on it already!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted An actionable problem of low to medium complexity where a PR would be very welcome
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants