webcomix dependency push

This commit is contained in:
Danilo Reyes 2025-01-23 14:27:13 -06:00
parent 69ba663e0c
commit 0161eeb8db

View File

@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
substituteInPlace pyproject.toml \
--replace-fail "poetry>=1.2.0" poetry-core \
--replace-fail "poetry.masonry.api" "poetry.core.masonry.api" \
--replace-fail 'pytest-rerunfailures = "^11.1.2"' 'pytest-rerunfailures = "14.0"'
--replace-fail 'pytest-rerunfailures = "^11.1.2"' 'pytest-rerunfailures = "15.0"'
'';
build-system = [