Now dballe seems to need python3-nose for tests. I added the dependency but the tests fail due to a ModuleNotFoundError.
Relevant bit:
make[4]: Entering directory '/root/rpmbuild/BUILD/dballe-master/python'
PYTHON="/usr/bin/python3" NOSE="@NOSE@" ../extra/runtest NOSE
which: no @NOSE@ in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
which: no nose2-3 in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
which: no nosetests-3.8 in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
which: no nosetests-3.7 in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
fatal: not a git repository (or any of the parent directories): .git
Moving to test directory /tmp/tmp.jrFPhwMVAR
Running nosetests-3.6 --verbose -s /root/rpmbuild/BUILD/dballe-master/python -s /root/rpmbuild/BUILD/dballe-master/python
Failure: ModuleNotFoundError (No module named '_dballe') ... ERROR
Failure: ModuleNotFoundError (No module named '_dballe') ... ERROR
Now dballe seems to need
python3-nose
for tests. I added the dependency but the tests fail due to aModuleNotFoundError
.Relevant bit:
Full log: https://travis-ci.org/github/ARPA-SIMC/dballe/jobs/749253311