Commit 3aa03e38 authored by Bruno BELANYI's avatar Bruno BELANYI
Browse files

recipe-scrapers: add downstream NixOS tests

parent ef647386
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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";