remove tests

PyPI archive does not contain tests
This commit is contained in:
Jethro Kuan 2018-11-10 23:13:04 +08:00 committed by Frederik Rietdijk
parent c98731b8fa
commit 5165ecb7f6

View File

@ -4,7 +4,6 @@
, six
, enum34
, absl-py
, tensorflow
}:
buildPythonPackage rec {
@ -18,7 +17,9 @@ buildPythonPackage rec {
};
propogatedBuildInputs = [ six enum34 ];
checkInputs = [ absl-py tensorflow ];
# PyPI archive does not ship with tests
doCheck= false;
meta = with lib; {
homepage = https://github.com/google/gin-config;