mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
recipe-scrapers: add downstream NixOS tests
This commit is contained in:
parent
ef64738691
commit
3aa03e3843
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user