python311Packages.requests-cache: disable failing tests

These started failing after upgrading urllib3 to 2.0.5.
This commit is contained in:
Martin Weinelt 2023-09-20 19:04:22 +02:00
parent 7c8215a8a1
commit 00e2c926b4

View file

@ -108,6 +108,9 @@ buildPythonPackage rec {
disabledTests = [
# Tests are flaky in the sandbox
"test_remove_expired_responses"
# Tests that broke with urllib 2.0.5
"test_request_only_if_cached__stale_if_error__expired"
"test_stale_if_error__error_code"
];
pythonImportsCheck = [