Skip to content

Commit

Permalink
fix pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden committed Feb 19, 2025
1 parent cf40835 commit fd375d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ features = ["kedro"]
installer = "uv"

[envs.default.env-vars]
PYTHONPATH = "tests/e2e/vizro/dashboards/default:tests/tests_utils"
PYTHONPATH = "tests/e2e/vizro/dashboards/default:tests/tests_utils:tests/e2e/vizro/custom_components"

[envs.default.scripts]
download-static-files = "python tools/download_static_files.py"
Expand Down
2 changes: 1 addition & 1 deletion vizro-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ markers = [
"mobile_screenshots: marks tests for chrome mobile screenshots"
]
norecursedirs = ["tests/tests_utils", "tests/js"]
pythonpath = ["tests/tests_utils", "tests/e2e/vizro/custom_components"]
pythonpath = ["tests/tests_utils"]

[tool.ruff]
extend = "../pyproject.toml"
Expand Down

0 comments on commit fd375d9

Please sign in to comment.