Merge pull request #201356 from tjni/dill-passthru

This commit is contained in:
Sandro 2022-11-16 01:59:20 +01:00 committed by GitHub
commit b7b0441432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; {