python311Packages.aioswitcher: refactor

This commit is contained in:
Fabian Affolter
2024-01-19 06:49:18 +01:00
parent 5ea1493afd
commit c45beedcf1
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aioswitcher";
version = "3.4.2";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -50,7 +50,6 @@ 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 = [