mckinsey / vizro

Vizro is a toolkit for creating modular data visualization applications.
https://vizro.readthedocs.io/en/stable/
Apache License 2.0
2.61k stars 116 forks source link

Make kedro unit test always run #263

Closed l0uden closed 7 months ago

l0uden commented 8 months ago

Description

test_get_action_callback_mapping.py::test_datasets_from_catalog unit test was skipped from running because kedro was not installed. Added kedro to the hatch env requirements. Also to make things identical I've added # pragma: no cov to the problematic lines in tests found by the coverage lib

Screenshot

Notice

antonymilne commented 7 months ago

I don't understand why this would be necessary given we have this already, which I think works ok?

matrix.python.features = [
  {value = "kedro", if = ["3.8", "3.9", "3.10", "3.11"]}
]
l0uden commented 7 months ago

I don't understand why this would be necessary given we have this already, which I think works ok?

matrix.python.features = [
  {value = "kedro", if = ["3.8", "3.9", "3.10", "3.11"]}
]

Yes, just forgot to close this draft, sorry. Discussed it last week