Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add basic testing of wxagg backend. #8676

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

Merged
merged 1 commit into from
May 29, 2017

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented May 27, 2017

wxPython provides Trusty wheels, so use them.

(followup to #8660)

Copy link
Member

@QuLogic QuLogic left a comment

Choose a reason for hiding this comment

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

I'm a bit confused about why on Python 2.7 (both Linux and macOS), it appears as if no backends were passed to the parametrization at all.

On Python 3 builds, there are 2 extra tests in the counts.

.travis.yml Outdated
# runtime, so an actual import is a better check).
pip install pyqt5 &&
python -c 'import PyQt5.QtCore' ||
true
Copy link
Member

Choose a reason for hiding this comment

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

Can you make this something like && echo "PyQt5 is available" || echo "PyQt5 is not available" (and similar below)? I know no output == okay, but it's nice to see confirmation.

@QuLogic
Copy link
Member

QuLogic commented May 28, 2017

Oh, duh, it's in the condition right before. Can you mark them as skipped instead of passing an empty parametrization? Having a different number of total tests is a bit confusing.

@tacaswell tacaswell added this to the 2.1 (next point release) milestone May 28, 2017
wxPython provides Trusty wheels, so use them.
@anntzer anntzer force-pushed the wxagg-basic-test branch from a2664e0 to 0568306 Compare May 28, 2017 04:03
@anntzer
Copy link
Contributor Author

anntzer commented May 28, 2017

addressed both issues

@dstansby dstansby merged commit 9b9c24c into matplotlib:master May 29, 2017
@anntzer anntzer deleted the wxagg-basic-test branch May 29, 2017 16:48
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.

4 participants