[pytest] testpaths = tests addopts = -ra # The stage-1 anti-hang tests are async; run them without per-test event loops # being set up by hand. (The tests also carry @pytest.mark.asyncio explicitly, so # they work in strict mode too — but auto keeps the plugin's requirement obvious.) asyncio_mode = auto filterwarnings = ignore::DeprecationWarning