Skip to content

Commit

Permalink
test: disable type checking handled by mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Jun 1, 2021
1 parent 9a682c4 commit 1d9665a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from syrupy.utils import env_context

typing.TYPE_CHECKING = True
typing.TYPE_CHECKING = False
pytest_plugins = "pytester"


Expand Down

0 comments on commit 1d9665a

Please sign in to comment.