mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Apply migrations to db for test runs to install pgvector
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
DJANGO_SETTINGS_MODULE = khoj.app.settings
|
DJANGO_SETTINGS_MODULE = khoj.app.settings
|
||||||
pythonpath = . src
|
pythonpath = . src
|
||||||
testpaths = tests
|
testpaths = tests
|
||||||
addopts = --reuse-db --nomigrations
|
addopts = --reuse-db
|
||||||
markers =
|
markers =
|
||||||
chatquality: marks tests as chatquality (deselect with '-m "not chatquality"')
|
chatquality: marks tests as chatquality (deselect with '-m "not chatquality"')
|
||||||
|
|||||||
Reference in New Issue
Block a user