lol

Merge pull request #201356 from tjni/dill-passthru

authored by

Sandro and committed by
GitHub
b7b04414 639550cc

+8
+8
pkgs/development/python-modules/dill/default.nix
··· 3 3 , fetchFromGitHub 4 4 , python 5 5 , setuptools 6 + 7 + # passthru tests 8 + , apache-beam 9 + , datasets 6 10 }: 7 11 8 12 buildPythonPackage rec { ··· 26 30 ${python.interpreter} dill/tests/__main__.py 27 31 runHook postCheck 28 32 ''; 33 + 34 + passthru.tests = { 35 + inherit apache-beam datasets; 36 + }; 29 37 30 38 pythonImportsCheck = [ "dill" ]; 31 39