Description: Fix for tests in Python 3.12.
 Fix for fixture 'respx_mock' not found error.
Forwarded: https://github.com/lundberg/respx/issues/274
Author: Yogeswaran Umasankar <yogu@debian.org>
Last-Update: 2024-09-13

--- a/tests/test_plugin.py
+++ b/tests/test_plugin.py
@@ -3,6 +3,7 @@ def test_respx_mock_fixture(testdir):
         """
         import httpx
         import pytest
+        from respx.plugin import respx_mock
 
         @pytest.fixture
         def some_fixture():
