pythonPackages.zipp: disable tests

This commit is contained in:
Frederik Rietdijk 2019-06-15 19:22:35 +02:00 committed by Frederik Rietdijk
parent 912b763fd9
commit 93e5a93419

View File

@ -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;