You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLN: cleanup tox.ini, remove stale pandas/setup.py, fix tox warning
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)
0 commit comments