lol

python313Packages.ipfshttpclient: migrate to pytest-cov-stub

-2
-2
pkgs/development/python-modules/ipfshttpclient/default.nix
··· 71 71 substituteInPlace test/functional/test_other.py \ 72 72 --replace 'import ipfshttpclient' 'import ipfshttpclient; import pytest' \ 73 73 --replace 'assert ipfs_is_available' 'pytest.skip("Unknown test failure with IPFS >=0.11.0"); assert ipfs_is_available' 74 - substituteInPlace test/run-tests.py \ 75 - --replace '--cov-fail-under=90' '--cov-fail-under=75' 76 74 ''; 77 75 78 76 checkPhase = ''