Open Remi-Gau opened 1 month ago
failure looks like an upstream error, no?
bids/modeling/report/viz.py:1: in <module>
import altair as alt
.tox/py313-full/lib/python3.13/site-packages/altair/__init__.py:650: in <module>
from altair.vegalite import *
.tox/py313-full/lib/python3.13/site-packages/altair/vegalite/__init__.py:2: in <module>
from .v5 import *
.tox/py313-full/lib/python3.13/site-packages/altair/vegalite/v5/__init__.py:4: in <module>
from .api import *
.tox/py313-full/lib/python3.13/site-packages/altair/vegalite/v5/api.py:618: in <module>
class _ConditionClosed(TypedDict, closed=True, total=False): # type: ignore[call-arg]
E TypeError: _TypedDictMeta.__new__() got an unexpected keyword argument 'closed'
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Additional details and impacted files
```diff @@ Coverage Diff @@ ## master #1093 +/- ## ======================================= Coverage 89.77% 89.77% ======================================= Files 63 63 Lines 7141 7141 Branches 1367 1367 ======================================= Hits 6411 6411 Misses 531 531 Partials 199 199 ```:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.