Loading pkgs/development/python-modules/scrapy/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,8 @@ buildPythonPackage rec { "test_peek_one_element" "test_peek_lifo" "test_callback_kwargs" # Test fails on Hydra "test_start_requests_laziness" ] ++ lib.optionals stdenv.isDarwin [ "test_xmliter_encoding" "test_download" Loading pkgs/development/python-modules/tldextract/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "tldextract"; version = "3.5.0"; version = "3.6.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-TfHGW5W+YdWUKOhhHpVeVObx1Eg9Po1XM9OpBiFV6RA="; hash = "sha256-pdi2WDeR2sominWS6892QVL6SWF5g8SZFu6d6Zs2YiI="; }; nativeBuildInputs = [ Loading Loading
pkgs/development/python-modules/scrapy/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,8 @@ buildPythonPackage rec { "test_peek_one_element" "test_peek_lifo" "test_callback_kwargs" # Test fails on Hydra "test_start_requests_laziness" ] ++ lib.optionals stdenv.isDarwin [ "test_xmliter_encoding" "test_download" Loading
pkgs/development/python-modules/tldextract/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "tldextract"; version = "3.5.0"; version = "3.6.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-TfHGW5W+YdWUKOhhHpVeVObx1Eg9Po1XM9OpBiFV6RA="; hash = "sha256-pdi2WDeR2sominWS6892QVL6SWF5g8SZFu6d6Zs2YiI="; }; nativeBuildInputs = [ Loading