----- Original Message ----- > From: "Jun Aruga" <jar...@redhat.com> > To: "Fedora Python SIG" <python-devel@lists.fedoraproject.org> > Sent: Wednesday, October 10, 2018 3:24:07 PM > Subject: test files in a python flat package > > I noticed that the test files (/usr/lib64/python3.7/test) for python37 > are occupying more than 50% in the package size, when I was cleaning > the files in my local machine. > If we actually do not use the test files, I do not want to include the > files in the python37 package. > Just want to separate the files as python37-test sub package. > Because of just reducing the file size. > > How do you think? I want to hear your opinions. > Here is the bugzilla ticket. > > Separate the test directory as python37-test > https://bugzilla.redhat.com/show_bug.cgi?id=1637959 > > > -- > Jun Aruga jar...@redhat.com > _______________________________________________ > python-devel mailing list -- python-devel@lists.fedoraproject.org > To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org >
Hello Jun, That is actually a valid concern and testing with multiple python interpreters is not the most disk-space friendly use case. However those packages were intended to be flat, the whole interpreter in one binary rpm. In my opinion it's the only pragmatic choice when you take into account the maintenance burden of so many interpreters. Also if we split the tests to a subpackage I can imagine having requirements for splitting them up more in the future as well. Thus I would say that I wouldn't like to split them up and just keep them as it is. I'd be open of course to other possible solutions/arguments. -- Regards, Charalampos Stratakis Software Engineer Python Maintenance Team, Red Hat _______________________________________________ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org