From d168ea41f4465208a993982913dc0e58c79146aa Mon Sep 17 00:00:00 2001
From: jakkdl
Date: Tue, 13 Feb 2024 13:46:12 +0100
Subject: [PATCH] fix typing in test to work on runtime in py38
---
testing/python/test_scope_fixture_caching.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testing/python/test_scope_fixture_caching.py b/testing/python/test_scope_fixture_caching.py
index 21594fb1f..2a24a2f53 100644
--- a/testing/python/test_scope_fixture_caching.py
+++ b/testing/python/test_scope_fixture_caching.py
@@ -1,3 +1,5 @@
+from __future__ import annotations
+
from typing import Generator
import pytest