Bug#929957: autodep8: allow customization of python module name

2019-11-29 Thread Simon McVittie
Control: tags -1 + patch Control: forwarded -1 https://salsa.debian.org/ci-team/autodep8/merge_requests/17 On Tue, 04 Jun 2019 at 11:46:52 +0200, Alexandre Rossi wrote: > Maybe autodep8 should allow the package maintainer to customize the python > module name. Something has been proposed to fix t

Bug#929957: autodep8: allow customization of python module name

2019-06-06 Thread Paul Gevers
Hi Alexandre, On 04-06-2019 15:55, Alexandre Rossi wrote: > I'm sorry but I do not understand, debian/control does not have a Testsuite > field. > > Anyway I managed to workaround the autopkgtest failure in sbuild by adding > a fixed debian/tests/source file to my source package. I had not tried

Bug#929957: autodep8: allow customization of python module name

2019-06-04 Thread Alexandre Rossi
Thanks for you response. > This has nothing to do with Django packages. It will fail for any > package where the main module does not match the (upstream) package > name. > > This import test is also the very minimal testing that can be done in a > python package. If you care enough about testing

Bug#929957: autodep8: allow customization of python module name

2019-06-04 Thread Antonio Terceiro
Hi, On Tue, Jun 04, 2019 at 11:46:52AM +0200, Alexandre Rossi wrote: > Package: autodep8 > Version: 0.18 > Severity: normal > > Dear Maintainer, > > For django packages, autodep8 fails to determine the proper python module > name: > > $ autodep8 > Test-Command: set -e ; for py in $(pyversions -

Bug#929957: autodep8: allow customization of python module name

2019-06-04 Thread Alexandre Rossi
Package: autodep8 Version: 0.18 Severity: normal Dear Maintainer, For django packages, autodep8 fails to determine the proper python module name: $ autodep8 Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import djan