python311Packages.requests-cache: disable failing tests
These started failing after upgrading urllib3 to 2.0.5.
This commit is contained in:
parent
7c8215a8a1
commit
00e2c926b4
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ buildPythonPackage rec {
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# Tests are flaky in the sandbox
|
# Tests are flaky in the sandbox
|
||||||
"test_remove_expired_responses"
|
"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 = [
|
pythonImportsCheck = [
|
||||||
|
|
Loading…
Reference in a new issue