python3Packages.aiohomematic: fix tests on Darwin

This commit is contained in:
Robert Schütz
2026-08-10 17:10:26 -07:00
parent 02dc4e454f
commit e24be8acf6

View File

@@ -51,6 +51,12 @@ buildPythonPackage (finalAttrs: {
pytestCheckHook
];
__darwinAllowLocalNetworking = true;
disabledTestPaths = [
"tests/benchmarks"
];
pythonImportsCheck = [ "aiohomematic" ];
meta = {