delete old interop, turn on with placeholders, add py312 and py313 to CI testing

This commit is contained in:
pacrob
2025-05-08 12:57:24 -06:00
committed by Paul Robinson
parent 4c02c4ea02
commit fd893afba6
20 changed files with 24 additions and 2107 deletions

View File

@ -1,23 +1,6 @@
import pytest
from tests.utils.factories import (
HostFactory,
)
@pytest.fixture
def security_protocol():
return None
@pytest.fixture
def num_hosts():
return 3
@pytest.fixture
async def hosts(num_hosts, security_protocol, nursery):
async with HostFactory.create_batch_and_listen(
num_hosts, security_protocol=security_protocol
) as _hosts:
yield _hosts