[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

pybuild and pytest.



Hello,

I am trying to upgrade spyder and activate the unti test during the build.

But when pybuild try the test it ends with this error message

dh_auto_test: pybuild --test --test-pytest -i python{version} -p "3.7 3.6" returned exit code 13

With no other information.

So My question is  how can I investigate if I do not have any information ofabout this failure ?

thanks for your help.

Frederic


  dh_auto_test -O--buildsystem=pybuild
	pybuild --test -i python{version} -p 2.7
	pybuild --test --test-pytest -i python{version} -p "3.7 3.6"
I: pybuild base:217: cd /<<BUILDDIR>>/spyder-3.3.0+dfsg1/.pybuild/cpython3_3.7_spyder/build; python3.7 -m pytest 
============================= test session starts ==============================
platform linux -- Python 3.7.0+, pytest-3.6.4, py-1.5.4, pluggy-0.6.0
PyQt5 5.11.2 -- Qt runtime 5.11.1 -- Qt compiled 5.11.1
rootdir: /<<BUILDDIR>>/spyder-3.3.0+dfsg1, inifile:
plugins: qt-2.3.1, flaky-3.3.0
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd /<<BUILDDIR>>/spyder-3.3.0+dfsg1/.pybuild/cpython3_3.7_spyder/build; python3.7 -m pytest 
dh_auto_test: pybuild --test --test-pytest -i python{version} -p "3.7 3.6" returned exit code 13
make: *** [debian/rules:18: build] Error 25


Reply to: