Package: src:setuptools-scm
Version: 7.1.0-3
Severity: serious
Tags: sid trixie

see
https://ci.debian.net/data/autopkgtest/testing/amd64/s/setuptools-scm/35654873/log.gz

[...]
86s =================================== FAILURES =================================== 86s ______________ test_pyproject_support_with_git[pyproject.project] ______________
 86s
 86s wd = <WD /tmp/pytest-of-debci/pytest-0/test_pyproject_support_with_gi3/wd>
 86s metadata_in = 'pyproject.project'
 86s
 86s     @with_metadata_in
86s def test_pyproject_support_with_git(wd: WorkDir, metadata_in: str) -> None:
 86s         if sys.version_info <= (3, 10):
 86s             pytest.importorskip("tomli")
 86s         wd.write("pyproject.toml", PYPROJECT_FILES[metadata_in])
 86s         wd.write("setup.py", SETUP_PY_FILES[metadata_in])
 86s         wd.write("setup.cfg", SETUP_CFG_FILES[metadata_in])
 86s         res = wd([sys.executable, "setup.py", "--version"])
 86s >       assert res.endswith("0.1.dev0")
 86s E       AssertionError: assert False
86s E + where False = <built-in method endswith of str object at 0xa5de20>('0.1.dev0') 86s E + where <built-in method endswith of str object at 0xa5de20> = ''.endswith
 86s
 86s testing/test_integration.py:94: AssertionError

Reply via email to