Skip to content

MRG: fix for doctest errors on Python 3.5 #363

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 2 commits into from
Oct 28, 2015

Conversation

matthew-brett
Copy link
Member

No description provided.

@bcipolli
Copy link
Contributor

I don't understand this deeply, but at a surface level LGTM.

Should we enable Travis tests on Python 3.5 here to check that this solves Python 3.5 issues?

@matthew-brett
Copy link
Member Author

Good idea for the tests.

@bcipolli
Copy link
Contributor

@matthew-brett got stuck at the installation phase:
image

@matthew-brett matthew-brett force-pushed the py35-doctests branch 2 times, most recently from e14e5bc to 5c88555 Compare October 26, 2015 21:17
Make TripWireError subclass AttributeError.  This prevents the Python
3.5 doctest machinery triggering a TripWireError when inspecting the
module containing a TripWire instance during doctest initialization.
matthew-brett added a commit that referenced this pull request Oct 28, 2015
MRG: fix for doctest errors on Python 3.5

Fix doctest errors using TripWire on Python 3.5.

Add Python 3.5 tests to travis run.
@matthew-brett matthew-brett merged commit 7dfc9d9 into nipy:master Oct 28, 2015
@matthew-brett matthew-brett deleted the py35-doctests branch October 28, 2015 16:05
@matthew-brett
Copy link
Member Author

Thanks for the review - in it goes.

This was referenced Nov 6, 2015
grlee77 pushed a commit to grlee77/nibabel that referenced this pull request Mar 15, 2016
MRG: fix for doctest errors on Python 3.5

Fix doctest errors using TripWire on Python 3.5.

Add Python 3.5 tests to travis run.
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