pythonPackages.packaging: disable tests
This commit is contained in:
parent
1a7ffb4140
commit
912b763fd9
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue