[RFC/WIP] move tests and avoid packaging them by priv-kweihmann · Pull Request #1031 · gitpython-developers/GitPython
added 5 commits
July 12, 2020 15:01This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
by using exclude feature of find_packages. py_modules are determined by new function, which recursively scans the base dir but omits the external modules. Plus remove now obselete package_data setting Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
and remove all previously used test related settings Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
priv-kweihmann
changed the title
[RFC/WIP] move test and avoid packaging them
[RFC/WIP] move tests and avoid packaging them
This was referenced
Jul 13, 2020This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters