From 34faa0617b5bc4ed0d646b8492781fa85edeb0be Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 2 Aug 2024 16:15:47 +0500 Subject: [PATCH] fix running core tests on python 3.10 --- src/blenderbim/test/core/bootstrap.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/blenderbim/test/core/bootstrap.py b/src/blenderbim/test/core/bootstrap.py index 0ce584280a..f6b36d1427 100644 --- a/src/blenderbim/test/core/bootstrap.py +++ b/src/blenderbim/test/core/bootstrap.py @@ -20,7 +20,8 @@ import sys import json import pytest import blenderbim.core.tool -from typing import Any, Self, Optional +from typing import Any, Optional +from typing_extensions import Self @pytest.fixture