pythonPackages.packaging: disable tests

This commit is contained in:
Frederik Rietdijk
2019-06-18 11:11:16 +02:00
committed by Frederik Rietdijk
parent 1a7ffb4140
commit 912b763fd9
@@ -18,6 +18,9 @@ buildPythonPackage rec {
py.test tests py.test tests
''; '';
# Prevent circular dependency
doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Core utilities for Python packages"; description = "Core utilities for Python packages";
homepage = https://github.com/pypa/packaging; homepage = https://github.com/pypa/packaging;