python3Packages.tbm-utils: fix tests
This commit is contained in:
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 = [
|
||||
|
||||
Reference in New Issue
Block a user