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

BUG: runtests: chdir away from root when running tests #2986

Merged
merged 1 commit into from
Oct 14, 2013

Conversation

pv
Copy link
Member

@pv pv commented Oct 13, 2013

This makes it possible for subprocesses possibly launched by the test to
import the module under testing.

Also, do not pass --debug to setup.py build, since this can make the
build require Python debug symbols to be installed (on windows).

This makes it possible for subprocesses possibly launched by the test to
import the module under testing.

Also, do not pass --debug to setup.py build, since this can make the
build require Python debug symbols to be installed (on windows).
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 04dd930 on pv:runtests-fix into 57ac922 on scipy:master.

rgommers added a commit that referenced this pull request Oct 14, 2013
BUG: runtests: chdir away from root when running tests
@rgommers rgommers merged commit c3d68e8 into scipy:master Oct 14, 2013
@rgommers
Copy link
Member

LGTM, merging.

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.

None yet

3 participants