pythonPackages.zipp: disable tests
This commit is contained in:
parent
912b763fd9
commit
93e5a93419
@ -23,6 +23,9 @@ buildPythonPackage rec {
|
|||||||
pytest
|
pytest
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Prevent infinite recursion with pytest
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Pathlib-compatible object wrapper for zip files";
|
description = "Pathlib-compatible object wrapper for zip files";
|
||||||
homepage = https://github.com/jaraco/zipp;
|
homepage = https://github.com/jaraco/zipp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user