python310Packages.aioswitcher: disable failing test

This commit is contained in:
Fabian Affolter 2022-06-25 11:51:04 +02:00
parent 9135772075
commit 69fe5e35f7

View file

@ -47,6 +47,7 @@ buildPythonPackage rec {
"test_schedule_parser_with_a_daily_recurring_enabled_schedule_data"
"test_schedule_parser_with_a_partial_daily_recurring_enabled_schedule_data"
"test_schedule_parser_with_a_non_recurring_enabled_schedule_data"
"test_hexadecimale_timestamp_to_localtime_with_the_current_timestamp_should_return_a_time_string"
];
pythonImportsCheck = [ "aioswitcher" ];