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

Fix test hangs with PySide2 / Big Sur #1056

Merged
merged 2 commits into from
Dec 17, 2021

Conversation

mdickinson
Copy link
Member

The cron job recently started hanging for builds on PySide2 / macOS; this seems likely to be related to the GitHub Actions move to macOS 11 for its workers.

This (draft) PR gives half of a fix: it fixes the cron job, but not the PR build. I'll add the other half once I've confirmed that the same problem occurs for the PR build (right now we haven't see the issue on PRs).

xref: https://github.com/enthought/pyface/runs/4558033525?check_suite_focus=true

@corranwebster
Copy link
Contributor

(right now we haven't see the issue on PRs)

We have - I've been seeing it on #1055 but had assumed it was because of changes made for Qt6 compatibility.

@mdickinson
Copy link
Member Author

mdickinson commented Dec 17, 2021

We have [...]

Ah, excellent. I was a bit worried that there was something more subtle going on. I've pushed the other half of the fix.

@mdickinson mdickinson marked this pull request as ready for review December 17, 2021 11:46
Copy link
Contributor

@corranwebster corranwebster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming PySide2 tests pass, this is good.

@corranwebster corranwebster merged commit f388421 into main Dec 17, 2021
@corranwebster corranwebster deleted the ci/fix-hanging-tests-with-pyside2 branch December 17, 2021 11:59
rahulporuri pushed a commit to enthought/traitsui that referenced this pull request Dec 17, 2021
See enthought/pyface#1056

	modified:   .github/workflows/bleeding-edge.yml
	modified:   .github/workflows/test-with-edm.yml
	modified:   .github/workflows/test-with-pip.yml
rahulporuri pushed a commit to enthought/traitsui that referenced this pull request Dec 17, 2021
* MAINT: Upgrade edm to use the latest version on CI - 3.3.0

	modified:   .github/workflows/test-etsdemo.yml
	modified:   .github/workflows/test-with-edm.yml

* DEV: Use EDM 3.3.1

	modified:   .github/workflows/test-etsdemo.yml
	modified:   .github/workflows/test-with-edm.yml

* FIX: Fix test hangs with PySide2/Big Sur

See enthought/pyface#1056

	modified:   .github/workflows/bleeding-edge.yml
	modified:   .github/workflows/test-with-edm.yml
	modified:   .github/workflows/test-with-pip.yml
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

Successfully merging this pull request may close these issues.

2 participants