Re: dh_auto_test versus nosetests3

2016-09-06 Thread Piotr Ożarowski
pybuild invokes tests from within build directory (for a very good reason) You can patch the code to use f.e. env. var. that points to resources directory or you can copy needed files to build directory with something like: export PYBUILD_BEFORE_TEST=cp -r {dir}/resources {build_dir} export

dh_auto_test versus nosetests3

2016-09-06 Thread u
Hi! I have a package where upstream provides tests. These tests, when run with nosetests3, work correctly. Currently, I build the package using (debian/rules): %: dh $@ --with python3 --buildsystem=pybuild But some of the tests fail this way (see log below, for better readability). Now,

Bug#836841: ITP: pydl -- Library of IDL astronomy routines converted to Python

2016-09-06 Thread Vincent Prat
Package: wnpp Owner: Vincent Prat Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org,debian-as...@lists.debian.org,debian-python@lists.debian.org * Package name: PyDL Version : 0.5.2 Upstream Author : Benjamin Alan Weaver

Re: Issue on setup.py with imports

2016-09-06 Thread Matthias Klose
On 06.09.2016 09:36, IOhannes m zmölnig (Debian/GNU) wrote: > > > On 2016-09-03 10:18, Marcos wrote: >> I'm migrating Gufw [1] from python2 to python3 and honestly I'm stuck >> with an error from the setup.py: Python module controller not found: >> >> costales@dev:~/Desktop/16.10$ sudo python3

Re: Issue on setup.py with imports

2016-09-06 Thread Debian/GNU
On 2016-09-03 10:18, Marcos wrote: > I'm migrating Gufw [1] from python2 to python3 and honestly I'm stuck > with an error from the setup.py: Python module controller not found: > > costales@dev:~/Desktop/16.10$ sudo python3 setup.py install --prefix=/usr > ERROR: Python module controller not