mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
python3Packages.python-youtube: skip failing tests (#556318)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user