recipe-scrapers: add downstream NixOS tests

This commit is contained in:
Bruno BELANYI 2024-08-22 19:32:01 +01:00
parent ef64738691
commit 3aa03e3843

View File

@ -11,6 +11,7 @@
responses,
setuptools,
pythonOlder,
nixosTests,
}:
buildPythonPackage rec {
@ -49,6 +50,12 @@ buildPythonPackage rec {
pythonImportsCheck = [ "recipe_scrapers" ];
passthru = {
tests = {
inherit (nixosTests) mealie tandoor-recipes;
};
};
meta = with lib; {
description = "Python package for scraping recipes data";
homepage = "https://github.com/hhursev/recipe-scrapers";