Re: Help with numpydoc needed (Was: Bug#1029245: nitime: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.11" returned exit code 13)

2023-01-20 Thread FC Stegerman
* Éric Araujo [2023-01-20 22:01]: > tl;dr: replace the body of the try block with this: > > argspec = inspect.signature(inspect.getframeinfo) > argspec = str(argspec).replace('*', '\\*') > signature = '%s%s' % (func_name, argspec) Should that not use "func" instead of "inspect.getfra

Re: python-param: FTBFS: TypeError: The only supported seed types are: None,

2023-02-03 Thread FC Stegerman
* Andreas Tille [2023-02-03 17:01]: > I've bumped upstream version to 1.12.3 which basically has the > suggested patches applied but the issue remains as you can see > in Salsa CI > >https://salsa.debian.org/science-team/python-param/-/jobs/3891083 > > Do you have any further hints? That lo

Re: python-param: FTBFS: TypeError: The only supported seed types are: None,

2023-02-03 Thread FC Stegerman
* FC Stegerman [2023-02-03 17:58]: > * Andreas Tille [2023-02-03 17:01]: > > I've bumped upstream version to 1.12.3 which basically has the > > suggested patches applied but the issue remains as you can see > > in Salsa CI > > > >https://salsa.debia

Re: python-param: FTBFS: TypeError: The only supported seed types are: None,

2023-02-03 Thread FC Stegerman
* Louis-Philippe Véronneau [2023-02-03 18:15]: > On 2023-02-03 11 h 58, FC Stegerman wrote: > > Presumably there is a way to get the version from e.g. > > "dpkg-parsechangelog -S Version" (minus the -1 revision) instead. I'm > > not sure how other packages

Re: python-param: FTBFS: TypeError: The only supported seed types are: None,

2023-02-03 Thread FC Stegerman
* Dmitry Shachnev [2023-02-03 22:34]: > I think one more line is needed in debian/rules: > > export DEB_VERSION_UPSTREAM Indeed; thanks for pointing that out! - FC