Skip to content

Commit

Permalink
even py38 is no more supported avoid raising for typing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
petrus-v committed Oct 3, 2024
1 parent fee7927 commit 81927bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_odoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def enable_odoo_test_flag():

def resolve_pkg_root_and_module_name(
path: Path, *, consider_namespace_packages: bool = False
) -> tuple[Path, str]:
) -> "tuple[Path, str]":
pkg_root, module_name = original_resolve_pkg_root_and_module_name(path, consider_namespace_packages=consider_namespace_packages)

if not module_name.startswith("odoo.addons"):
Expand Down

0 comments on commit 81927bf

Please sign in to comment.