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