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
To be fair, that section of HACKING.rst.txt is in the "Recommended Development Setup" section and has just told the user they must clone the Git repo. ISTM that runtests.py is a development tool and not something that should be uploaded to pypi.
@person142 that sounds right to me. On the other hand we do upload tox.ini and tools/, which isn't really needed either. So it's a bit inconsistent.
We should probably just add runtests.py for consistency and archiving. There may be other files missing. A test script that checks all files in paver sdist vs all files under version control would be useful.
rgommers
added a commit
to rgommers/scipy
that referenced
this issue
Sep 2, 2018
HACKING.rst.txt
says that one should runpython runtests.py -v
for testing, but the file is missing in the tarball uploaded to pypi. Please add it.The text was updated successfully, but these errors were encountered: