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

add missing cython exclusion in iptest #1807

Merged
merged 1 commit into from May 31, 2012
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented May 31, 2012

The extension itself was excluded, but the test file was not.

closes #1802

@fperez
Copy link
Member

fperez commented May 31, 2012

Yes, this is the right fix. Merging now.

fperez added a commit that referenced this pull request May 31, 2012
add missing cython exclusion in iptest
@fperez fperez merged commit b4c93db into ipython:master May 31, 2012
@ellisonbg
Copy link
Member

Thanks for tracking this down!

@minrk
Copy link
Member Author

minrk commented May 31, 2012

It may not be worth it, but do we want to add warnings so nonexistent exclusions (like the incredibly common 'tests/test' typo that was frustrating Fernando) are apparent?

@fperez
Copy link
Member

fperez commented May 31, 2012

I was just thinking that... It will also help us remove stale exclusions as code gets refactored and moved around...

@minrk minrk deleted the excludecython branch March 31, 2014 23:36
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
add missing cython exclusion in iptest
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.

cythonmagic tests should be skipped if Cython not available
3 participants