Сравнение redis-7.4.1 с redis-8.0.0

/usr/portage/dev-python/redis/redis-8.0.0.ebuild 2026-06-05 19:17:04.735044777 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=hatchling
7
PYTHON_COMPAT=( python3_{12..14} )
7
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
8 8

  
9 9
inherit distutils-r1
10 10

  
......
70 70
		# requires opentelemetry (with some unpackaged stuff)
71 71
		tests/test_observability/test_provider.py::TestOTelProviderManagerGetMeterProvider
72 72
		tests/test_asyncio/test_observability/test_recorder.py::TestObservableGaugeIntegration
73
		# not marked properly
74
		tests/test_cache.py::TestSSLCache
75
		tests/test_cache.py::TestSentinelCache
73 76
	)
74 77
	local EPYTEST_IGNORE=(
75 78
		# fails over missing certs, we don't do cluster anyway
Спасибо!