Re: When packaging a library, should I prevent its test suite from being packaged

2014-09-09 Thread Konstantin Khomoutov
On Tue, 9 Sep 2014 17:28:25 +0200 Piotr Ożarowski wrote: > [Konstantin Khomoutov, 2014-09-09] > > This library includes a test suite, in a subdirectory named "tests", > > within its source tree. This directory gets packaged, installed and > > byte-compiled (b

When packaging a library, should I prevent its test suite from being packaged

2014-09-09 Thread Konstantin Khomoutov
I'm packaging a Python3-only library, PyMySQL [1], for internal usage, chiefly using dh $@ --with python3 --buildsystem=pybuild This library includes a test suite, in a subdirectory named "tests", within its source tree. This directory gets packaged, installed and byte-compiled (by the generat