python312Packages.openhomedevice: disable failing tests

This commit is contained in:
Martin Weinelt
2024-08-09 14:48:16 +02:00
parent 6cdd43f61e
commit 621b4dacca
@@ -36,6 +36,12 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# https://github.com/bazwilliams/openhomedevice/issues/23
"test_two"
"test_three"
];
pythonImportsCheck = [ "openhomedevice" ];
pytestFlagsArray = [ "tests/*.py" ];