Merge pull request #201356 from tjni/dill-passthru
This commit is contained in:
commit
b7b0441432
@ -3,6 +3,10 @@
|
||||
, fetchFromGitHub
|
||||
, python
|
||||
, setuptools
|
||||
|
||||
# passthru tests
|
||||
, apache-beam
|
||||
, datasets
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -27,6 +31,10 @@ buildPythonPackage rec {
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
inherit apache-beam datasets;
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "dill" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user