[issue43282] Add split install targets to install tests separately from lib

2021-04-11 Thread Eli Schwartz
Eli Schwartz added the comment: I started to look into this, but it seems like I'd need a bit of duplication to handle byte compiling the installed files in two different Makefile targets. The alternatives are templating, automake style, or GNU make'isms like the $(call) function, or possibl

[issue43282] Add split install targets to install tests separately from lib

2021-02-21 Thread STINNER Victor
STINNER Victor added the comment: Do you want to work on a PR to implement this idea? -- nosy: +vstinner ___ Python tracker ___ ___

[issue43282] Add split install targets to install tests separately from lib

2021-02-20 Thread Eli Schwartz
New submission from Eli Schwartz : cf. https://bugs.python.org/issue27640#msg386758 Carrying on from the addition of --disable-test-modules, I would find it convenient to be able to still provide the tests, but install them separately. The end result would be two distro packages, one slim pac