Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Conversation

@embray
Copy link
Member

@embray embray commented Dec 9, 2014

This is a fix that I accidentally rolled into #110, but I figured it should probably be pulled out as a separate change.

This one is a little hard to explain, but the main issue is that this was copying the entire astropy_helpers source directory into the temp dir, rather than just the astropy_helpers package itself. This included, for example, all my .tox directories which can get quite huge, slowing down the test run and filling up /tmp. So this should fix that, I think. This should be merged first, then #110 rebased on top of it.

…he cwd correctly, and was also copying more of astropy_helpers than was necessary.
@embray embray added the bug label Dec 9, 2014
@embray embray added this to the v0.4.4 milestone Dec 9, 2014
…ting the Travis builds. Don't be as strict about where the 'build succeeded' message appears in the Sphinx output. (Why do we even do this? Does sphinx not produce a usable return code?)
@mdboom
Copy link
Contributor

mdboom commented Dec 10, 2014

👍

1 similar comment
@astrofrog
Copy link
Member

👍

@embray
Copy link
Member Author

embray commented Dec 11, 2014

Ah, this finally finished running. Now I can move ahead...

embray added a commit that referenced this pull request Dec 11, 2014
Fixes an issue with the build_sphinx test
@embray embray merged commit d40781e into astropy:master Dec 11, 2014
@embray embray deleted the fix-build-sphinx-test branch December 11, 2014 17:09
@embray
Copy link
Member Author

embray commented Dec 11, 2014

Should have a PR up soon for the command hooks.

embray added a commit that referenced this pull request Dec 31, 2014
Fixes an issue with the build_sphinx test
Conflicts:
	astropy_helpers/tests/test_setup_helpers.py
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants