python311Packages.pymodbus: disable failing tests with aiohttp 3.9.0

This commit is contained in:
Martin Weinelt
2023-12-09 18:18:58 +01:00
parent 9755134150
commit b9dfed7869
@@ -72,6 +72,10 @@ buildPythonPackage rec {
disabledTests = [
# Tests often hang
"test_connected"
] ++ lib.optionals (lib.versionAtLeast aiohttp.version "3.9.0") [
"test_split_serial_packet"
"test_serial_poll"
"test_simulator"
];
meta = with lib; {