python312Packages.openhomedevice: disable failing tests
This commit is contained in:
@@ -36,6 +36,12 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/bazwilliams/openhomedevice/issues/23
|
||||
"test_two"
|
||||
"test_three"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "openhomedevice" ];
|
||||
|
||||
pytestFlagsArray = [ "tests/*.py" ];
|
||||
|
||||
Reference in New Issue
Block a user