python311Packages.hishel: disable failing tests

This commit is contained in:
Martin Weinelt 2024-03-17 19:20:25 +01:00
parent 100b3bb178
commit 3042e050ba
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -69,6 +69,12 @@ buildPythonPackage rec {
"test_redis" "test_redis"
]; ];
disabledTestPaths = [
# ImportError: cannot import name 'mock_s3' from 'moto'
"tests/_async/test_storages.py"
"tests/_sync/test_storages.py"
];
meta = with lib; { meta = with lib; {
description = "HTTP Cache implementation for HTTPX and HTTP Core"; description = "HTTP Cache implementation for HTTPX and HTTP Core";
homepage = "https://github.com/karpetrosyan/hishel"; homepage = "https://github.com/karpetrosyan/hishel";