mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
pythonPackages.zipp: disable tests
This commit is contained in:
parent
912b763fd9
commit
93e5a93419
|
@ -23,6 +23,9 @@ buildPythonPackage rec {
|
|||
pytest
|
||||
'';
|
||||
|
||||
# Prevent infinite recursion with pytest
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Pathlib-compatible object wrapper for zip files";
|
||||
homepage = https://github.com/jaraco/zipp;
|
||||
|
|
Loading…
Reference in a new issue