Commit 2d77dce4 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.recipe-scrapers: 14.52.0 -> 14.53.0

parent 34359cc6
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "recipe-scrapers";
  version = "14.52.0";
  version = "14.53.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "hhursev";
    repo = "recipe-scrapers";
    rev = "refs/tags/${version}";
    hash = "sha256-VdJZnwo+DwVDZuuuqk0X26CXs7ZrUFXqC8qEYaX74Zc=";
    hash = "sha256-uYUzn3JlsZmzzbk740aD3PW3OuGqdsAfU7HlYX5kPrY=";
  };

  nativeBuildInputs = [
@@ -43,9 +43,9 @@ buildPythonPackage rec {
    responses
  ];

  disabledTestPaths = [
    # This is not actual code, just some pre-written boiler-plate template
    "templates/test_scraper.py"
  disabledTests = [
    # Fixture is broken
    "test_instructions"
  ];

  pythonImportsCheck = [