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 New Issue
Block a user