1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

j2cli: skip checkPhase

There are no tests in the installed package so nothing to test.
This commit is contained in:
Manuel Mendez 2020-04-03 15:21:03 -04:00 committed by Jon
parent 47430e5e23
commit 2f5dad23f8

View file

@ -1,7 +1,6 @@
{ stdenv
, buildPythonPackage
, fetchPypi
, nose
, jinja2
, pyyaml
, setuptools
@ -16,7 +15,7 @@ buildPythonPackage rec {
sha256 = "6f6f643b3fa5c0f72fbe9f07e246f8e138052b9f689e14c7c64d582c59709ae4";
};
checkInputs = [ nose ];
doCheck = false; # tests aren't installed thus aren't found, so skip
propagatedBuildInputs = [ jinja2 pyyaml setuptools ];
meta = with stdenv.lib; {