Skip to content

Commit c735227

Browse files
authored
python3Packages.textstat: fix missing cmudict (#437634)
2 parents 6486adc + 2955e10 commit c735227

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/development/python-modules/textstat/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
buildPythonPackage,
44
fetchFromGitHub,
5+
cmudict,
56
setuptools,
67
pyphen,
78
pytestCheckHook,
@@ -31,14 +32,15 @@ buildPythonPackage rec {
3132
dependencies = [
3233
setuptools
3334
pyphen
35+
cmudict
3436
];
3537

3638
pythonImportsCheck = [
3739
"textstat"
3840
];
3941

4042
enabledTestPaths = [
41-
"test.py"
43+
"tests/"
4244
];
4345

4446
meta = {

0 commit comments

Comments
 (0)