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

Certain CI runs are hanging #74

Closed
Carifio24 opened this issue Jun 23, 2024 · 1 comment · Fixed by #75
Closed

Certain CI runs are hanging #74

Carifio24 opened this issue Jun 23, 2024 · 1 comment · Fixed by #75
Labels

Comments

@Carifio24
Copy link
Member

The CI test runs for Python >= 3.10 are hanging on Ubuntu and MacOS. After pytest finishes collecting all of the tests, it seems that something is causing it to hang up before running any of them.

I originally noticed this with #72, but the fact that this is happening with #73 (a one-line change to the manifest file) leads me to believe that this isn't an issue with our code directly, but either something with the GitHub runners or maybe with an update in an upstream dependency. Creating this issue as a place to keep track of updates on this problem.

@Carifio24 Carifio24 added the CI label Jun 23, 2024
@Carifio24
Copy link
Member Author

Turns out that the culprit is a dialog that pops up due to an error with numpy 2 in the dendrogram viewer. There's a fix in glue-viz/glue-qt#19, but we can do something like xfail these tests if numpy >= 2 until that's resolved.

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

Successfully merging a pull request may close this issue.

1 participant