Skip to content

ref: Drop Celery < 5.0 - #7001

Draft
sentrivana wants to merge 1 commit into
ivana/major/drop-3.6from
ivana/major/drop-support-celery
Draft

ref: Drop Celery < 5.0#7001
sentrivana wants to merge 1 commit into
ivana/major/drop-3.6from
ivana/major/drop-support-celery

Conversation

@sentrivana

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Codecov Results 📊

89895 passed | ❌ 25 failed | ⏭️ 5580 skipped | Total: 95500 | Pass Rate: 94.13% | Execution Time: 322m 19s

📊 Comparison with Base Branch

Metric Change
Total Tests 📉 -5825
Passed Tests 📉 -5087
Failed Tests 📈 +25
Skipped Tests 📉 -763

➕ 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_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[experiment-thread]
    • File: tests.profiler.test_continuous_profiler
    • 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_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'

test_continuous_profiler_auto_start_and_stop_sampled[experiment-thread]

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

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

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

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    89.89%    90.03%    +0.14%
==========================================
  Files          193       186        -7
  Lines        24832     23701     -1131
  Branches      8912      8558      -354
==========================================
+ Hits         22321     21338      -983
- Misses        2511      2363      -148
- Partials      1415      1374       -41

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