Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
MAINT: Move actual data files outside the source tree
Browse files Browse the repository at this point in the history
Move actual data files outside the source tree and edit accordingly the
`_datadir` path used across doctests and examples.
  • Loading branch information
jhlegarreta committed Oct 8, 2024
1 parent b1d9928 commit 6eeb736
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
test_output_dir = os.getenv("TEST_OUTPUT_DIR")
test_workdir = os.getenv("TEST_WORK_DIR")

_datadir = (Path(__file__).parent.parent / "src" / "eddymotion" / "data").absolute()
_datadir = (Path(__file__).parent.parent / "data").absolute()


def pytest_report_header(config):
Expand Down

0 comments on commit 6eeb736

Please sign in to comment.