python311Packages.pykka: add pythonImportsCheck
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
, poetry-core
|
||||
, pytestCheckHook
|
||||
, pytest-mock
|
||||
, typing-extensions
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -25,11 +26,19 @@ buildPythonPackage rec {
|
||||
poetry-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = lib.optionals (pythonOlder "3.10") [
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-mock
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pykka"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.pykka.org/";
|
||||
description = "A Python implementation of the actor model";
|
||||
|
||||
Reference in New Issue
Block a user