Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Oct 20, 2023
1 parent 04cb83b commit 09d1432
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions substrafl/dependency/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def __del__(self):
self._delete_cache_directory()

@field_validator("local_installable_dependencies", "local_code")
@classmethod
def resolve_path(cls, v): # noqa: N805
"""Resolve list of local code paths and check if they exist."""
not_existing_paths = list()
Expand All @@ -102,7 +101,6 @@ def resolve_path(cls, v): # noqa: N805
return resolved_paths

@field_validator("local_installable_dependencies")
@classmethod
def check_setup(cls, v): # noqa: N805
"""Check the presence of a setup.py file or a pyproject.toml in the provided paths."""
not_installable = list()
Expand Down

0 comments on commit 09d1432

Please sign in to comment.