python311Packages.pymorphy3: fix tests

This commit is contained in:
Martin Weinelt
2024-03-18 03:36:29 +01:00
parent 82c2ed7290
commit b10c509aa8
@@ -1,6 +1,7 @@
{ lib
, fetchFromGitHub
, buildPythonPackage
, click
, dawg-python
, docopt
, pytestCheckHook
@@ -27,9 +28,13 @@ buildPythonPackage rec {
pymorphy3-dicts-uk
];
optional-dependencies.CLI = [
click
];
nativeCheckInputs = [
pytestCheckHook
];
] ++ optional-dependencies.CLI;
pythonImportsCheck = [ "pymorphy3" ];