mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
python313Packages.httplib2: migrate to pytest-cov-stub
This commit is contained in:
parent
d0964d5ded
commit
4d6b739c7b
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue