Skip to content

Commit

Permalink
Merge pull request #309729 from annaleeleaves/fix-scrapy
Browse files Browse the repository at this point in the history
python311Packages.scrapy: unbreak tests with upstream patch
  • Loading branch information
wegank authored May 7, 2024
2 parents db58f2b + c346396 commit 1bd848f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/development/python-modules/scrapy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, cryptography
, cssselect
, fetchPypi
, fetchpatch
, glibcLocales
, installShellFiles
, itemadapter
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1bd848f

Please sign in to comment.