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

Make pywin32 optional in Ctrl+C Qt test. #20883

Merged
merged 1 commit into from Aug 24, 2021

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Aug 23, 2021

PR Summary

From https://github.com/matplotlib/matplotlib/pull/13306/files/c3772ae037c5a2c7614013a9c36954675c5d9de0#diff-ee95644f45380b6c0cf91171c8c048ed673628bd67f14876ddd60abe0a3e0371

PR Checklist

  • Has pytest style unit tests (and pytest passes).
  • Is Flake 8 compliant (run flake8 on changed files to check).
  • [n/a] New features are documented, with examples if plot related.
  • [n/a] Documentation is sphinx and numpydoc compliant (the docs should build without error).
  • [n/a] Conforms to Matplotlib style conventions (install flake8-docstrings and run flake8 --docstring-convention=all).
  • [n/a] New features have an entry in doc/users/next_whats_new/ (follow instructions in README.rst there).
  • [n/a] API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there).

@tacaswell tacaswell self-requested a review August 24, 2021 02:01
@tacaswell
Copy link
Member

We did not catch this because we do not test Qt on windows or codecov is behaving a bit wonky. I'm going to try pushing a commit adding pyqt to appveyor.

@QuLogic
Copy link
Member Author

QuLogic commented Aug 24, 2021

pywin32 is installed on both CIs, so we wouldn't have seen anything wrong, I think.

@tacaswell
Copy link
Member

If this fails on appveyor, I am 👍🏻 on @QuLogic force-pushing my commit out of existence and self-merging.

@QuLogic QuLogic marked this pull request as draft August 24, 2021 03:37
@QuLogic QuLogic marked this pull request as ready for review August 24, 2021 04:16
@QuLogic QuLogic merged commit 6d394df into matplotlib:master Aug 24, 2021
@QuLogic QuLogic deleted the qt-interrupt-cleanup branch August 24, 2021 05:28
QuLogic added a commit to QuLogic/matplotlib that referenced this pull request Aug 26, 2021
As it was only needed for the sigint tests. (matplotlib#20883)
QuLogic added a commit to QuLogic/matplotlib that referenced this pull request Aug 31, 2021
As it was only needed for the sigint tests. (matplotlib#20883)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants