Re: Help with pytest 2.8.5

2015-12-17 Thread Barry Warsaw
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 (,$

Re: Help with pytest 2.8.5

2015-12-17 Thread Tristan Seligmann
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

Re: Help with pytest 2.8.5

2015-12-17 Thread Piotr Ożarowski
> 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

Re: Help with pytest 2.8.5

2015-12-17 Thread Tristan Seligmann
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

Help with pytest 2.8.5

2015-12-16 Thread Barry Warsaw
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