Files
designate/.coveragerc
Omer 46cb4098e0 Remove eventlet from requirements and clean up references
Complete the eventlet removal by:
- Removing eventlet and greenlet from requirements.txt
- Removing eventlet monkey patching from tests/__init__.py
- Deleting the designate/cmd/eventlet directory

This completes the migration to native Python threading across
all Designate services. All services (central, producer, worker,
sink, mdns, status) now use oslo.service with the threading backend
instead of eventlet.

Assisted-By: Claude Code 4.5 Sonnet
Change-Id: If5e67fcd738c0c2a0917b2e00459ec0a8d240cc1
Signed-off-by: Omer <oschwart@redhat.com>
2026-02-09 11:33:16 +01:00

9 lines
136 B
INI

[run]
branch = True
source = designate
omit = designate/tests/*,designate/hacking/*
concurrency = thread
[report]
ignore_errors = True