mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python310Packages.dill: add passthru tests
Adds apache-beam and datasets to be tested when dill is updated. These two packages broke when updating dill from 0.3.5.1 to 0.3.6.
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user