pytest.ini 162 Bytes
Newer Older
1
[pytest]
2
addopts = --snapshot-warn-unused
3
4
5
asyncio_mode = auto
markers =
    private: marks tests as requiring an admin hf token (deselect with '-m "not private"')