Transitive test now uses typeguard instead of beartype

This commit is contained in:
Patrick Kidger
2023-04-19 11:48:08 -07:00
parent c92b0d0ab1
commit 46c7896c99
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ def test_import_hook_beartype_full():
def test_import_hook_transitive():
hook = install_import_hook(
"test.import_hook_tester_transitive", "beartype.beartype"
"test.import_hook_tester_transitive", "typeguard.typechecked"
)
with hook:
from . import import_hook_tester_transitive # noqa: F401