From ffc203e4ba7cd61aaf8a0722d4a0c276494d06c5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 19 Dec 2022 19:27:52 +0100 Subject: [PATCH] python310Packages.scrapy: disable failing tests --- pkgs/development/python-modules/scrapy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/scrapy/default.nix b/pkgs/development/python-modules/scrapy/default.nix index 3571a783af8d..4ac91771a473 100644 --- a/pkgs/development/python-modules/scrapy/default.nix +++ b/pkgs/development/python-modules/scrapy/default.nix @@ -95,6 +95,7 @@ buildPythonPackage rec { "test_nested_css" "test_nested_xpath" "test_flavor_detection" + "test_follow_whitespace" # Requires network access "AnonymousFTPTestCase" "FTPFeedStorageTest"