From 1bbf719b04c0e45e4f0d0a497f0946ea37ddd1b9 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Fri, 6 Jun 2025 15:47:28 -0700 Subject: [PATCH] Apply migrations to db for test runs to install pgvector --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"')