diff --git a/pytest.ini b/pytest.ini index 5446becc..ae5c4ecb 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,6 +2,6 @@ DJANGO_SETTINGS_MODULE = khoj.app.settings pythonpath = . src testpaths = tests -addopts = --reuse-db --nomigrations +addopts = --reuse-db markers = chatquality: marks tests as chatquality (deselect with '-m "not chatquality"')