Skip to content

CLN: cleanup tox.ini, remove stale pandas/setup.py, fix tox warning #2063

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 1 commit into from Oct 12, 2012
Merged

CLN: cleanup tox.ini, remove stale pandas/setup.py, fix tox warning #2063

merged 1 commit into from Oct 12, 2012

Conversation

ghost
Copy link

@ghost ghost commented Oct 12, 2012

I always find it hard to get Packaging issues right, i'd appreciate if someone
would back me up on pandas/setup.py being superfluous.

I made sure that setup.py install/develop still works, and that introducing
a failed test is caught by tox as you would expect,

Also see #2029 for much faster tox runs.

tox was complaining about "this is the wrong setup.py to use"
because tox.ini was manually invoking pandas/setup.py, which
has been superceeed by the root setup.py

- the use of changedir= has been made clearer.
- now removes the pandas uninstall from the venv after the tests.
  (but only if they succeed due to a limitation in tox)
@wesm wesm merged commit 510fc30 into pandas-dev:master Oct 12, 2012
@wesm
Copy link
Member

wesm commented Oct 12, 2012

thanks!

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.

1 participant