python3Packages.paho-mqtt: enable darwin tests (#422489)

This commit is contained in:
Aleksana
2025-07-07 17:26:48 +08:00
committed by GitHub
@@ -38,7 +38,7 @@ buildPythonPackage rec {
pytestCheckHook
];
doCheck = !stdenv.hostPlatform.isDarwin;
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "paho.mqtt" ];