diff --git a/pytest.ini b/pytest.ini index b56ebef..269631e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,3 +4,4 @@ asyncio_mode=auto markers = paid: marks tests as requring paid APIs. Not run by default, run with '--runpaid' option. + ollama: marks tests as requring ollama server. Not run by default, run with '--ollama' option. \ No newline at end of file