python3Packages.aioswitcher: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:31 +02:00
parent c4839a9db9
commit dbb81132de
@@ -41,6 +41,10 @@ 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"