python3Packages.python-youtube: skip failing tests (#556318)

This commit is contained in:
Sandro
2026-08-25 13:38:06 +00:00
committed by GitHub

View File

@@ -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";