Re: dh_auto_test failure with pybuild due to missing PYTHONPATH

2020-10-04 Thread Louis-Philippe Véronneau
On 2020-10-04 04 h 21, Florian Weimer wrote: > I'm trying to package git-pw, and running the test suite fails like > this: > >dh_auto_test -O--buildsystem=pybuild > I: pybuild base:217: cd > /build/git-pw-2.0.0/.pybuild/cpython3_3.8_git-pw/build; python3.8 -m pytest > tests > ===

dh_auto_test failure with pybuild due to missing PYTHONPATH

2020-10-04 Thread Florian Weimer
I'm trying to package git-pw, and running the test suite fails like this: dh_auto_test -O--buildsystem=pybuild I: pybuild base:217: cd /build/git-pw-2.0.0/.pybuild/cpython3_3.8_git-pw/build; python3.8 -m pytest tests === test session starts