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 PYBU
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,
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
* URL : https://github.com/weave
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 se
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 fo
5 matches
Mail list logo