Thanks for the suggestions Tristan & Piotr,
On Dec 17, 2015, at 01:15 PM, Piotr Ożarowski wrote:
>> diff --git a/debian/rules b/debian/rules
>> index f473395..3c2f918 100755
>> --- a/debian/rules
>> +++ b/debian/rules
>> @@ -59,8 +59,9 @@ override_dh_clean:
>> override_dh_auto_test:
>> ifeq (,$
On Thu, 17 Dec 2015, 14:16 Piotr Ożarowski wrote:
>
> I didn't test it but... why is override_dh_auto_test needed at all?
> Did you try with:
>
Ah sorry, my diff was against the old debian/rules which didn't use
pybuild.
However the same problem may happen if pybuild chdir()s to the build
direc
> diff --git a/debian/rules b/debian/rules
> index f473395..3c2f918 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -59,8 +59,9 @@ override_dh_clean:
> override_dh_auto_test:
> ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
> set -ex; \
> + cd /tmp; \
> for py in $(PYV
On Thu, 17 Dec 2015 at 02:17 Barry Warsaw wrote:
I've made some significant changes to the packaging by switching it to
> pybuild. That's not the problem though. ;) The problem is that I can't
> get
> the test suite to run cleanly during package build. I'm seeing two
> failures
> in testing/te
4 matches
Mail list logo