django / python-mysql.connector / python2 / unicode broken

2014-09-09 Thread Brian May
See: https://code.djangoproject.com/ticket/22377 http://bugs.mysql.com/bug.php?id=73867 I will wait and see if I get any response to the above bug reports, otherwise I will upload python-mysql.connector with a fix I gave in the later bug report. Think this might have been a problem for Django1.6

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 (by the generated postinst script) duri

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

2014-09-09 Thread Tristan Seligmann
On 9 September 2014 16:53, Konstantin Khomoutov wrote: > Having the test suite packaged along with the code looks like having > not much sense to me, so should I try to exclude this subdirectory from > packaging? Is it considered a bad practice? I don't have much > familiarity with Python, let a

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

2014-09-09 Thread Piotr Ożarowski
[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 (by the generated postinst script) during the > installation. > > Having the test suite packaged along wi

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

2014-09-09 Thread Barry Warsaw
On Sep 09, 2014, at 06:53 PM, Konstantin Khomoutov wrote: >Having the test suite packaged along with the code looks like having >not much sense to me, so should I try to exclude this subdirectory from >packaging? Is it considered a bad practice? I'm not sure there's consensus on this, so I will

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

Re: Terminal Pager at unit tests

2014-09-09 Thread Josué Ortega
On Tue, Sep 9, 2014 at 4:59 AM, Jakub Wilk wrote: > * Josue Ortega , 2014-09-08, 21:21: > >> When the tests are running the docstrings are displayed in a terminal >> pager making impossible run all tests without human interaction to close >> the pager. I've found this really annoying if someone w

Re: Terminal Pager at unit tests

2014-09-09 Thread Jakub Wilk
* Josue Ortega , 2014-09-08, 21:21: When the tests are running the docstrings are displayed in a terminal pager making impossible run all tests without human interaction to close the pager. I've found this really annoying if someone wants to build the package even the build process might fail i