mirror of
https://github.com/wassname/jaxtyping.git
synced 2026-09-09 11:24:55 +08:00
Fixed pytest plugin with new import hook typechecker syntax
This commit is contained in:
@@ -52,4 +52,4 @@ def pytest_configure(config):
|
||||
)
|
||||
raise RuntimeError(message.format(", ".join(already_imported_packages)))
|
||||
|
||||
install_import_hook(packages, typechecker.rsplit(".", 1))
|
||||
install_import_hook(packages, typechecker)
|
||||
|
||||
Reference in New Issue
Block a user