From 2f7ff46a3877285c1a39a32a57b926d8cee2cc66 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 4 Sep 2023 15:07:43 +0200 Subject: [PATCH] test: no need for mirations anymore --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index b4c5f0e5..d9fcbd49 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,3 @@ [pytest] DJANGO_SETTINGS_MODULE=umap.tests.settings -addopts = "--pdbcls=IPython.terminal.debugger:Pdb" +addopts = "--pdbcls=IPython.terminal.debugger:Pdb --no-migrations"