python313Packages.arrayqueues: enable tests and add pythonImportsCheck
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user