From: Steven Loria <sloria1@gmail.com>
Date: Mon, 28 Jul 2025 11:00:07 -0400
Subject: Remove usages of event_loop fixture to fix tests

Origin: backport, https://github.com/marshmallow-code/webargs/pull/1004
Bug-Debian: https://bugs.debian.org/1115756
Last-Update: 2025-10-10
---
 tests/test_tornadoparser.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test_tornadoparser.py b/tests/test_tornadoparser.py
index ed3325d..635f6aa 100644
--- a/tests/test_tornadoparser.py
+++ b/tests/test_tornadoparser.py
@@ -149,7 +149,6 @@ class TestJSONArgs:
         result = parser.load_json(request, author_schema)
         assert result == {}
 
-    @pytest.mark.usefixtures("event_loop")
     def test_it_should_handle_type_error_on_load_json(self):
         # but this is different from the test above where the payload was valid
         # and empty -- missing vs {}
