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
I noticed, that all test files are installed when installing this package. Although the test files should be part of an sdist or source tarball, they should not be installed to the target system, as tests should be run beforehand.
Moving the various *_test.py and testutils.py files from the fire/ directory to a dedicated tests/ directory would help you to ignore them for installation.
The text was updated successfully, but these errors were encountered:
Switch to PEP517.
Remove test files: google/python-fire#422
git-svn-id: file:///srv/repos/svn-community/svn@1359238 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Switch to PEP517.
Remove test files: google/python-fire#422
git-svn-id: file:///srv/repos/svn-community/svn@1359238 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Thanks for the note. The reason the tests files live alongside the source files is to conform to Google's internal conventions.
I'll use this issue to look into adding a transform such that we can keep the current structure internally but use your suggested structure here on github.
Hi! I package this project for Arch Linux.
I noticed, that all test files are installed when installing this package. Although the test files should be part of an sdist or source tarball, they should not be installed to the target system, as tests should be run beforehand.
Moving the various
*_test.py
andtestutils.py
files from thefire/
directory to a dedicatedtests/
directory would help you to ignore them for installation.The text was updated successfully, but these errors were encountered: