From e925d06081c27e5ec1af995e040e023c6b91e705 Mon Sep 17 00:00:00 2001 From: Jean-Louis Fuchs Date: Thu, 2 Apr 2020 20:08:56 +0200 Subject: [PATCH] Disable randomly --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 4e47ff4..c1ade08 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,3 @@ [pytest] DJANGO_SETTINGS_MODULE = django_test_settings +addopts = -p no:randomly