diff --git a/pkgs/development/python-modules/python-youtube/default.nix b/pkgs/development/python-modules/python-youtube/default.nix index 2f5c72a2185b..5bab4a15a1a0 100644 --- a/pkgs/development/python-modules/python-youtube/default.nix +++ b/pkgs/development/python-modules/python-youtube/default.nix @@ -45,6 +45,11 @@ buildPythonPackage rec { pytest-cov-stub ]; + disabledTests = [ + # This test try to make request to the internet + "test_parse_response" + ]; + meta = { description = "Simple Python wrapper around for YouTube Data API"; homepage = "https://github.com/sns-sdks/python-youtube";