Skip to content

Commit

Permalink
Merge branch 'qa/move_integration_tests_to_vizro' of https://github.c…
Browse files Browse the repository at this point in the history
…om/mckinsey/vizro into qa/move_integration_tests_to_vizro
  • Loading branch information
l0uden committed Jan 13, 2025
2 parents db51b4f + 10d33c5 commit c6466f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ dependencies = [
"gunicorn"
]
installer = "uv"
#env-vars = { PYTHONPATH = "tests:tests_utils" }

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

[envs.default.scripts]
example = "hatch run examples:example {args:scratch_dev}" # shortcut script to underlying example environment script.
Expand Down Expand Up @@ -72,9 +74,6 @@ test-unit-coverage = [
"coverage report"
]

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

[envs.docs]
dependencies = [
"mkdocs>=1.6",
Expand Down

0 comments on commit c6466f1

Please sign in to comment.