mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.aiohomematic: fix tests on Darwin
This commit is contained in:
@@ -51,6 +51,12 @@ buildPythonPackage (finalAttrs: {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
disabledTestPaths = [
|
||||
"tests/benchmarks"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "aiohomematic" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user