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
As mentioned in the title, i get this error when running "test_caldav.py" and "test_caldav_unit.py":
FAILED tests/test_caldav.py::TestLocalRadicale::testTodoDatesearch - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav.py::TestLocalRadicale::testRecurringDateSearch - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav_unit.py::TestExpandRRule::testZero - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav_unit.py::TestExpandRRule::testOne - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav_unit.py::TestExpandRRule::testThree - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav_unit.py::TestExpandRRule::testThreeTodo - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav_unit.py::TestExpandRRule::testSplit - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav_unit.py::TestExpandRRule::test241 - ModuleNotFoundError: No module named 'recurring_ical_events'
AM I missing some dependencies perhaps?
The text was updated successfully, but these errors were encountered:
As mentioned in the title, i get this error when running "test_caldav.py" and "test_caldav_unit.py":
AM I missing some dependencies perhaps?
The text was updated successfully, but these errors were encountered: