Skip to content

Commit

Permalink
push a fix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Jan 10, 2025
1 parent d6f446f commit 7cf6230
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/tests_fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,8 @@ def create_reverse_dependency_map() -> Dict[str, List[str]]:
if d.endswith("__init__.py"):
continue
if d not in direct_deps:
if "convert" in d:
continue
raise ValueError(f"KeyError:{d}. From {m}")
new_deps = set(direct_deps[d]) - set(direct_deps[m])
if len(new_deps) > 0:
Expand Down

0 comments on commit 7cf6230

Please sign in to comment.