From 25176c6440e32ebef9d4b107a7ed93c1e0ddccad Mon Sep 17 00:00:00 2001
From: Gabriel Augendre <gabriel@augendre.info>
Date: Mon, 5 Feb 2024 19:23:32 +0100
Subject: [PATCH] fix pytest warning

---
 src/conftest.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/conftest.py b/src/conftest.py
index eb0a6b3..f2ef809 100644
--- a/src/conftest.py
+++ b/src/conftest.py
@@ -39,6 +39,5 @@ def settings(settings):
 
 
 @pytest.fixture()
-@pytest.mark.django_db()
 def initial_data() -> None:  # noqa: PT004
     call_command("loaddata", "initial_data")