python313Packages.arrayqueues: enable tests and add pythonImportsCheck

This commit is contained in:
Fabian Affolter
2025-08-22 23:54:12 +02:00
parent b8373ee9e1
commit 257a9da373
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
numpy,
pytestCheckHook,
setuptools,
}:
@@ -22,6 +23,10 @@ buildPythonPackage rec {
dependencies = [ numpy ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "arrayqueues" ];
meta = {
homepage = "https://github.com/portugueslab/arrayqueues";
description = "Multiprocessing queues for numpy arrays using shared memory";