python313Packages.httplib2: migrate to pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt 2025-06-02 05:56:27 +02:00
parent d0964d5ded
commit 4d6b739c7b

View file

@ -6,6 +6,7 @@
fetchFromGitHub,
mock,
pyparsing,
pytest-cov-stub,
pytest-forked,
pytest-randomly,
pytest-timeout,
@ -26,15 +27,12 @@ buildPythonPackage rec {
hash = "sha256-76gdiRbF535CEaNXwNqsVeVc0dKglovMPQpGsOkbd/4=";
};
postPatch = ''
sed -i "/--cov/d" setup.cfg
'';
propagatedBuildInputs = [ pyparsing ];
nativeCheckInputs = [
cryptography
mock
pytest-cov-stub
pytest-forked
pytest-randomly
pytest-timeout