remove tests
PyPI archive does not contain tests
This commit is contained in:
parent
c98731b8fa
commit
5165ecb7f6
@ -4,7 +4,6 @@
|
|||||||
, six
|
, six
|
||||||
, enum34
|
, enum34
|
||||||
, absl-py
|
, absl-py
|
||||||
, tensorflow
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -18,7 +17,9 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propogatedBuildInputs = [ six enum34 ];
|
propogatedBuildInputs = [ six enum34 ];
|
||||||
checkInputs = [ absl-py tensorflow ];
|
|
||||||
|
# PyPI archive does not ship with tests
|
||||||
|
doCheck= false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://github.com/google/gin-config;
|
homepage = https://github.com/google/gin-config;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user