Unverified Commit c3463962 authored by annalee's avatar annalee
Browse files

python311Packages.scrapy: unbreak tests with upstream patch

parent c26eaa26
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, cryptography
, cssselect
, fetchPypi
, fetchpatch
, glibcLocales
, installShellFiles
, itemadapter
@@ -43,6 +44,16 @@ buildPythonPackage rec {
    hash = "sha256-czoDnHQj5StpvygQtTMgk9TkKoSEYDWcB7Auz/j3Pr4=";
  };

  patches = [
    # https://github.com/scrapy/scrapy/pull/6316
    # fix test_get_func_args. remove on next update
    (fetchpatch {
      name = "test_get_func_args.patch";
      url = "https://github.com/scrapy/scrapy/commit/b1fe97dc6c8509d58b29c61cf7801eeee1b409a9.patch";
      hash = "sha256-POlmsuW4SD9baKwZieKfmlp2vtdlb7aKQ62VOmNXsr0=";
    })
  ];

  nativeBuildInputs = [
    installShellFiles
    setuptools