python3Packages.requests-oauthlib: disable failing test

Changed files
+3 -1
pkgs
development
python-modules
requests-oauthlib
+3 -1
pkgs/development/python-modules/requests-oauthlib/default.nix
···
requests-mock
];
-
# Exclude tests which require network access
disabledTests = [
"testCanPostBinaryData"
"test_content_type_override"
"test_url_is_native_str"
];
# Requires selenium and chrome
···
requests-mock
];
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