python3Packages.tbm-utils: fix tests

This commit is contained in:
Michael Daniels
2026-02-01 17:41:07 +01:00
committed by Martin Weinelt
parent ebe2a8f214
commit c26c7e7301
@@ -42,6 +42,9 @@ buildPythonPackage rec {
substituteInPlace pyproject.toml \
--replace-fail 'poetry>=1.0.0' 'poetry-core' \
--replace-fail 'poetry.masonry.api' 'poetry.core.masonry.api'
substituteInPlace pytest.ini \
--replace-fail 'strict = True' 'strict = False'
'';
pythonRelaxDeps = [