firefly-cpp / AST-Monitor

AST-Monitor is a wearable Raspberry Pi computer for cyclists
MIT License
7 stars 6 forks source link

tcx2gpx problem #61

Closed firefly-cpp closed 11 months ago

firefly-cpp commented 11 months ago

A new version of tcx2gpx has recently been released. It seems that our tests are now failing:

/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/tcx2gpx/tcx2gpx.py:35: in TCX2GPX def init(self, tcx_path: str | Path) -> None: E TypeError: unsupported operand type(s) for |: 'type' and 'type' =========================== short test summary info ============================ ERROR tests/test_sport_activities_features.py - TypeError: unsupported operand type(s) for |: 'type' and 'type' !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.76s ===============================

firefly-cpp commented 11 months ago

@KukovecRok