python3Packages.requests-oauthlib: disable failing test

This commit is contained in:
Martin Weinelt
2025-08-09 19:04:55 +02:00
parent f4cce2be07
commit 87dfd9b452
@@ -30,11 +30,13 @@ buildPythonPackage rec {
requests-mock
];
# Exclude tests which require network access
disabledTests = [
# Exclude tests which require network access
"testCanPostBinaryData"
"test_content_type_override"
"test_url_is_native_str"
# too narrow time comparison
"test_fetch_access_token"
];
# Requires selenium and chrome