Bug#1002393: mdp: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.9" returned exit code 13

2023-05-02 Thread textshell
Bump to avoid auto removal while the fixed version ages in unstable.

I'm not sure if this needs some additional prodding because tracker
only shows one of the bugs as fixed by migration and 2 bugs triggering
auto removal.



Bug#1002393: mdp: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.9" returned exit code 13

2021-12-22 Thread Lucas Nussbaum
Source: mdp
Version: 3.6-1.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> PYBUILD_SYSTEM=custom \
> PYBUILD_TEST_ARGS="{interpreter} -m pytest --seed=725021957 mdp && 
> {interpreter} -m pytest --seed=725021957 bimdp" dh_auto_test
> I: pybuild base:237: python3.10 -m pytest --seed=725021957 mdp && python3.10 
> -m pytest --seed=725021957 bimdp
> ImportError while loading conftest '/<>/mdp/test/conftest.py'.
> mdp/__init__.py:131: in 
> from . import utils
> mdp/utils/__init__.py:6: in 
> from .routines import (timediff, refcast, scast, rotate, random_rot,
> mdp/utils/routines.py:295: in 
> _UNSAFE_DTYPES = [numx.typeDict[d] for d in
> mdp/utils/routines.py:297: in 
> if d in numx.typeDict]
> E   AttributeError: module 'scipy' has no attribute 'typeDict'
> E: pybuild pybuild:355: test: plugin custom failed with: exit code=4: 
> python3.10 -m pytest --seed=725021957 mdp && python3.10 -m pytest 
> --seed=725021957 bimdp
> I: pybuild base:237: python3.9 -m pytest --seed=725021957 mdp && python3.9 -m 
> pytest --seed=725021957 bimdp
> ImportError while loading conftest '/<>/mdp/test/conftest.py'.
> mdp/__init__.py:131: in 
> from . import utils
> mdp/utils/__init__.py:6: in 
> from .routines import (timediff, refcast, scast, rotate, random_rot,
> mdp/utils/routines.py:295: in 
> _UNSAFE_DTYPES = [numx.typeDict[d] for d in
> mdp/utils/routines.py:297: in 
> if d in numx.typeDict]
> E   AttributeError: module 'scipy' has no attribute 'typeDict'
> E: pybuild pybuild:355: test: plugin custom failed with: exit code=4: 
> python3.9 -m pytest --seed=725021957 mdp && python3.9 -m pytest 
> --seed=725021957 bimdp
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 
> 3.9" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2021/12/20/mdp_3.6-1.1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.