python310Packages.asgiref: Fix tests on darwin

This commit is contained in:
Martin Weinelt
2023-02-12 00:53:43 +01:00
parent 20c723dd07
commit a48dcc5da1
@@ -35,6 +35,8 @@ buildPythonPackage rec {
"test_multiprocessing"
];
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "asgiref" ];
meta = with lib; {