remove tests
PyPI archive does not contain tests
This commit is contained in:
parent
c98731b8fa
commit
5165ecb7f6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user