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
I've been working on an update to pytest 2.8.5, but I'm stuck and I'm hoping
someone here can help. The DPMT git repo is up-to-date with my latest work if
you'd like to check the branches out and try to debug the builds.
I've made some significant changes to the packaging by switching it to
pybui
5 matches
Mail list logo