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"