python3Packages.fuzzywuzzy: enable tests

This commit is contained in:
Timo Gottszky
2026-06-25 13:11:18 +02:00
parent ad6ca3966b
commit 0149e7ce8b
@@ -2,11 +2,10 @@
lib,
buildPythonPackage,
fetchPypi,
pytestCheckHook,
setuptools,
levenshtein,
pycodestyle,
hypothesis,
pytest,
}:
buildPythonPackage (finalAttrs: {
@@ -27,9 +26,12 @@ buildPythonPackage (finalAttrs: {
dependencies = [ levenshtein ];
nativeCheckInputs = [
pytestCheckHook
pycodestyle
hypothesis
pytest
];
pythonImportsCheck = [
"fuzzywuzzy"
];
meta = {