test: Remove old test_broadcast, which tested manually adding a member to a broadcast

This commit is contained in:
Hocuri
2025-09-09 20:29:49 +02:00
parent dd11364bef
commit de10f31a3a
3 changed files with 7 additions and 36 deletions

View File

@@ -6,7 +6,7 @@ envlist =
[testenv]
commands =
pytest {posargs}
pytest -n6 {posargs}
setenv =
# Avoid stack overflow when Rust core is built without optimizations.
RUST_MIN_STACK=8388608
@@ -25,6 +25,6 @@ commands =
ruff check src/ examples/ tests/
[pytest]
timeout = 30
timeout = 300
log_cli = true
log_level = debug