python312Packages.para: disable tests on darwin

This commit is contained in:
Gaetan Lepage
2025-03-01 15:26:20 +01:00
parent 2247ec3dae
commit b55ef89c82
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchPypi,
pytestCheckHook,
@@ -22,6 +23,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "para" ];
# AttributeError: Can't get local object 'test_output_queue_size.<locals>.get_the_a'
doCheck = !stdenv.hostPlatform.isDarwin;
meta = {
description = "Set utilities that ake advantage of python's 'multiprocessing' module to distribute CPU-intensive tasks";
homepage = "https://pypi.org/project/para";