diff --git a/conftest.py b/conftest.py index af3510bd..d55ac41e 100644 --- a/conftest.py +++ b/conftest.py @@ -4,7 +4,7 @@ from syrupy.utils import env_context -typing.TYPE_CHECKING = True +typing.TYPE_CHECKING = False pytest_plugins = "pytester"