You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> assert event_capsule0 == expected
E AssertionError: assert {'__metadata_...: 'blah', ...} == {'__metadata_...hing': 'blah'}
E
E Omitting 4 identical items, use -vv to show
E Left contains 1 more item:
E {'taskName': None}
E Use -v to get more diff
What might be causing this?
The text was updated successfully, but these errors were encountered:
I think #100 might have pointed to the reason. Maybe we should either requires a more recent python-json-logger – in general I think those errors are fine (if you can mark them as so).
I may do a 0.11.1 soon (but I'm usually not the maintainer of this package).
I'm trying to update jupyter-events in Fedora Linux to 0.11.0 but 4 tests are failing for me:
All of the failures are caused by:
What might be causing this?
The text was updated successfully, but these errors were encountered: