Skip to content

ref: Drop Chalice < 1.22 - #7009

Draft
sentrivana wants to merge 2 commits into
ivana/major/drop-3.6from
ivana/major/drop-support-chalice
Draft

ref: Drop Chalice < 1.22#7009
sentrivana wants to merge 2 commits into
ivana/major/drop-3.6from
ivana/major/drop-support-chalice

Conversation

@sentrivana

@sentrivana sentrivana commented Aug 3, 2026

Copy link
Copy Markdown
Contributor
  • drop old chalice from ci
  • bump min version in integrations/__init__.py
  • add actual min version check to integration

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Codecov Results 📊

88777 passed | ❌ 25 failed | ⏭️ 5568 skipped | Total: 94370 | Pass Rate: 94.07% | Execution Time: 332m 38s

📊 Comparison with Base Branch

Metric Change
Total Tests 📉 -6955
Passed Tests 📉 -6205
Failed Tests 📈 +25
Skipped Tests 📉 -775

➕ New Tests (25)

View new tests
  • test_rediscluster_pipeline[False-expected_first_ten0-True]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[False-expected_first_ten0-False]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[True-expected_first_ten1-True]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[True-expected_first_ten1-False]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_span_origin[True]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_span_origin[False]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[False-expected_first_ten0-True]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[False-expected_first_ten0-False]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[True-expected_first_ten1-True]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[True-expected_first_ten1-False]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_span_origin[True]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_span_origin[False]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[False-expected_first_ten0-True]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[False-expected_first_ten0-False]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[True-expected_first_ten1-True]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[True-expected_first_ten1-False]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_span_origin[True]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_span_origin[False]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_continuous_profiler_auto_start_and_stop_sampled_span_streaming[experiment-thread]
    • File: tests.profiler.test_continuous_profiler
    • Status: ❌ Failing
  • test_rediscluster_pipeline[False-expected_first_ten0-True]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[False-expected_first_ten0-False]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[True-expected_first_ten1-True]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_pipeline[True-expected_first_ten1-False]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_span_origin[True]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing
  • test_rediscluster_span_origin[False]
    • File: tests.integrations.redis.cluster.test_redis_cluster
    • Status: ❌ Failing

❌ Failed Tests

test_rediscluster_pipeline[False-expected_first_ten0-True]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.10-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:167: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.10-redis-v8.1.0/lib/python3.10/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.10-redis-v8.1.0/lib/python3.10/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[False-expected_first_ten0-False]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.10-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:194: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.10-redis-v8.1.0/lib/python3.10/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.10-redis-v8.1.0/lib/python3.10/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[True-expected_first_ten1-True]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.10-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:167: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.10-redis-v8.1.0/lib/python3.10/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.10-redis-v8.1.0/lib/python3.10/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[True-expected_first_ten1-False]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.10-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:194: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.10-redis-v8.1.0/lib/python3.10/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.10-redis-v8.1.0/lib/python3.10/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_span_origin[True]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.10-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:241: in test_rediscluster_span_origin
    pipeline = rc.pipeline(transaction=False)
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.10-redis-v8.1.0/lib/python3.10/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.10-redis-v8.1.0/lib/python3.10/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_span_origin[False]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.10-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:263: in test_rediscluster_span_origin
    pipeline = rc.pipeline(transaction=False)
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.10-redis-v8.1.0/lib/python3.10/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.10-redis-v8.1.0/lib/python3.10/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[False-expected_first_ten0-True]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.13-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:167: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.13-redis-v8.1.0/lib/python3.13/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.13-redis-v8.1.0/lib/python3.13/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[False-expected_first_ten0-False]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.13-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:194: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.13-redis-v8.1.0/lib/python3.13/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.13-redis-v8.1.0/lib/python3.13/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[True-expected_first_ten1-True]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.13-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:167: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.13-redis-v8.1.0/lib/python3.13/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.13-redis-v8.1.0/lib/python3.13/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[True-expected_first_ten1-False]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.13-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:194: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.13-redis-v8.1.0/lib/python3.13/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.13-redis-v8.1.0/lib/python3.13/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_span_origin[True]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.13-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:241: in test_rediscluster_span_origin
    pipeline = rc.pipeline(transaction=False)
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.13-redis-v8.1.0/lib/python3.13/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.13-redis-v8.1.0/lib/python3.13/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_span_origin[False]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.13-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:263: in test_rediscluster_span_origin
    pipeline = rc.pipeline(transaction=False)
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.13-redis-v8.1.0/lib/python3.13/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.13-redis-v8.1.0/lib/python3.13/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[False-expected_first_ten0-True]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.14-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:167: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.14-redis-v8.1.0/lib/python3.14/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.14-redis-v8.1.0/lib/python3.14/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[False-expected_first_ten0-False]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.14-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:194: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.14-redis-v8.1.0/lib/python3.14/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.14-redis-v8.1.0/lib/python3.14/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[True-expected_first_ten1-True]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.14-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:167: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.14-redis-v8.1.0/lib/python3.14/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.14-redis-v8.1.0/lib/python3.14/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[True-expected_first_ten1-False]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.14-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:194: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.14-redis-v8.1.0/lib/python3.14/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.14-redis-v8.1.0/lib/python3.14/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_span_origin[True]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.14-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:241: in test_rediscluster_span_origin
    pipeline = rc.pipeline(transaction=False)
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.14-redis-v8.1.0/lib/python3.14/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.14-redis-v8.1.0/lib/python3.14/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_span_origin[False]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.14-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:263: in test_rediscluster_span_origin
    pipeline = rc.pipeline(transaction=False)
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.14-redis-v8.1.0/lib/python3.14/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.14-redis-v8.1.0/lib/python3.14/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_continuous_profiler_auto_start_and_stop_sampled_span_streaming[experiment-thread]

File: tests.profiler.test_continuous_profiler
Suite: py3.14t-common
Error: AssertionError: profiler should not be running assert '51189f89fa0a4c28b1ad26f84496cc91' is None + where '51189f89fa0a4c28b1ad26f84496cc91' = get_profiler_id()

Stack Trace
tests/profiler/test_continuous_profiler.py:896: in test_continuous_profiler_auto_start_and_stop_sampled_span_streaming
    assert get_profiler_id() is None, "profiler should not be running"
E   AssertionError: profiler should not be running
E   assert '51189f89fa0a4c28b1ad26f84496cc91' is None
E    +  where '51189f89fa0a4c28b1ad26f84496cc91' = get_profiler_id()

test_rediscluster_pipeline[False-expected_first_ten0-True]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.14t-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:167: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.14t-redis-v8.1.0/lib/python3.14t/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.14t-redis-v8.1.0/lib/python3.14t/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[False-expected_first_ten0-False]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.14t-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:194: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.14t-redis-v8.1.0/lib/python3.14t/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.14t-redis-v8.1.0/lib/python3.14t/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[True-expected_first_ten1-True]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.14t-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:167: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.14t-redis-v8.1.0/lib/python3.14t/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.14t-redis-v8.1.0/lib/python3.14t/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_pipeline[True-expected_first_ten1-False]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.14t-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:194: in test_rediscluster_pipeline
    pipeline = rc.pipeline()
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.14t-redis-v8.1.0/lib/python3.14t/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.14t-redis-v8.1.0/lib/python3.14t/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_span_origin[True]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.14t-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:241: in test_rediscluster_span_origin
    pipeline = rc.pipeline(transaction=False)
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.14t-redis-v8.1.0/lib/python3.14t/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.14t-redis-v8.1.0/lib/python3.14t/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

test_rediscluster_span_origin[False]

File: tests.integrations.redis.cluster.test_redis_cluster
Suite: py3.14t-redis-v8.1.0
Error: AttributeError: 'NoneType' object has no attribute 'himport_registry'

Stack Trace
tests/integrations/redis/cluster/test_redis_cluster.py:263: in test_rediscluster_span_origin
    pipeline = rc.pipeline(transaction=False)
tests/integrations/redis/cluster/test_redis_cluster.py:17: in <lambda>
    redis.RedisCluster.pipeline = lambda *_, **__: pipeline_cls(None, None)
.tox/py3.14t-redis-v8.1.0/lib/python3.14t/site-packages/redis/utils.py:258: in wrapper
    return func(*args, **kwargs)
.tox/py3.14t-redis-v8.1.0/lib/python3.14t/site-packages/redis/cluster.py:3564: in __init__
    self._himport_registry = nodes_manager.himport_registry
E   AttributeError: 'NoneType' object has no attribute 'himport_registry'

✅ Patch coverage is 100.00%. Project has 2370 uncovered lines.
✅ Project coverage is 90%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    89.88%    90.00%    +0.12%
==========================================
  Files          193       186        -7
  Lines        24834     23698     -1136
  Branches      8912      8554      -358
==========================================
+ Hits         22321     21328      -993
- Misses        2513      2370      -143
- Partials      1417      1374       -43

Generated by Codecov Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant