https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: c7c53eab01b716bf8ddc2b52ae971ff7f7dcb9b7 authored by Pratyush Desai on 09 May 2022, 10:13:54 UTC
add strict asyncio_mode in pytest.ini
Tip revision: c7c53ea
pytest.ini
[pytest]
norecursedirs = build docs .*

asyncio_mode = strict
back to top