python3Packages.paho-mqtt: enable darwin tests

This commit is contained in:
Olivér Falvai
2025-07-04 21:04:20 +02:00
parent 6951112e1d
commit d04d9392f4
@@ -38,7 +38,7 @@ buildPythonPackage rec {
pytestCheckHook
];
doCheck = !stdenv.hostPlatform.isDarwin;
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "paho.mqtt" ];