What happened?
While running the tests on my Windows machine, I got errors when loading the "Europe/Berlin" timezone.
On Linux this works because Python reads time zone info from the OS, but on Windows it requires the PyPI tzdata package to be installed.
This caused the following tests to fail:
tests/microgrid/test_microgrid_api.py::TestMicrogridApi::test_connection_manager
tests/microgrid/test_microgrid_api.py::TestMicrogridApi::test_connection_manager_another_method
What did you expect instead?
The tests run and pass.
Affected version(s)
No response
Affected part(s)
Build script, CI, dependencies, etc. (part:tooling)
Extra information
No response
What happened?
While running the tests on my Windows machine, I got errors when loading the "Europe/Berlin" timezone.
On Linux this works because Python reads time zone info from the OS, but on Windows it requires the PyPI
tzdatapackage to be installed.This caused the following tests to fail:
tests/microgrid/test_microgrid_api.py::TestMicrogridApi::test_connection_managertests/microgrid/test_microgrid_api.py::TestMicrogridApi::test_connection_manager_another_methodWhat did you expect instead?
The tests run and pass.
Affected version(s)
No response
Affected part(s)
Build script, CI, dependencies, etc. (part:tooling)
Extra information
No response