Re: Bug#1038883: dolfin: autopkgtest failure due to bytes as docstring

2023-06-25 Thread Gregor Riepl
your package fails the autopkgtest with the new pytest 7.3 because python/test/unit/function/test_function_space.py uses a bytes object (b""" literal) as module docstring, and pytest crashes while looking for the "PYTEST_DONT_REWRITE" marker. This does sound like a serious bug in pytest, though.

Bug#1038883: dolfin: autopkgtest failure due to bytes as docstring

2023-06-22 Thread Timo Röhling
Source: dolfin Version: 2019.2.0~git20230116.bd54183-2 Severity: serious Tags: patch X-Debbugs-Cc: debian-python@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear maintainer, your package fails the autopkgtest with the new pytest 7.3 because python/test/unit/function/test_fun