Skip to content

Commit

Permalink
fixup! tests: Fix checking temporary paths on MacOs runners
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Feb 10, 2024
1 parent 525f7b8 commit fffec9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/griffe/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class TmpPackage:

def __post_init__(self) -> None:
self.tmpdir = self.tmpdir.resolve()
self.path = self.path.resolve()


@contextmanager
Expand Down

0 comments on commit fffec9a

Please sign in to comment.