python310Packages.aioswitcher: don't set asyncio mode

This commit is contained in:
Robert Schütz 2022-11-12 15:45:24 -08:00
parent 36a055120d
commit 8f485cea9b

View File

@ -44,10 +44,6 @@ buildPythonPackage rec {
time-machine
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
disabledTests = [
# AssertionError: Expected <14:00> to be equal to <17:00>, but was not.
"test_schedule_parser_with_a_weekly_recurring_enabled_schedule_data"