Skip to content

TST: remove Python 3.5 from Appveyor [Do Not Merge] [skip travis] #9374

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
wants to merge 2 commits into from
Closed

Conversation

cgohlke
Copy link
Contributor

@cgohlke cgohlke commented Oct 11, 2017

Fix #9176

except ImportError:
pass
else:
faulthandler.enable()
Copy link
Member

Choose a reason for hiding this comment

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

I would remove this completely and enable it on travis with pytest-faulthandler.

Copy link
Contributor

Choose a reason for hiding this comment

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

even better (optional) if you document it at http://matplotlib.org/devdocs/devel/testing.html#requirements

Copy link
Member

Choose a reason for hiding this comment

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

  1. It's output is not useful if you do not have debug symbols (distutils does not produce it for windows and strips for linux by default on non-debug version)
  2. faulthandler could be enabled with pytest by pytest-faulthandler module (that's what I've suggested earlier)

Copy link
Member

Choose a reason for hiding this comment

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

The build would pass even without disabling faulthandler.

@Kojoley
Copy link
Member

Kojoley commented Oct 11, 2017

We do not upload conda builds from appveyor, right?

@cgohlke cgohlke closed this Oct 11, 2017
@anntzer
Copy link
Contributor

anntzer commented Oct 12, 2017

why was this closed?

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.

3 participants