pythonPackages.packaging: disable tests

This commit is contained in:
Frederik Rietdijk 2019-06-15 19:22:24 +02:00 committed by Frederik Rietdijk
parent 1a7ffb4140
commit 912b763fd9

View file

@ -18,6 +18,9 @@ buildPythonPackage rec {
py.test tests
'';
# Prevent circular dependency
doCheck = false;
meta = with stdenv.lib; {
description = "Core utilities for Python packages";
homepage = https://github.com/pypa/packaging;