mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 00:12:39 +03:00
python3Packages.spacy: passthru.tests should be an attrset
This commit is contained in:
parent
9edd8887d8
commit
57f858d61e
@ -65,7 +65,7 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "spacy" ];
|
||||
|
||||
passthru.tests = callPackage ./annotation-test { };
|
||||
passthru.tests.annotation = callPackage ./annotation-test { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython";
|
||||
|
Loading…
Reference in New Issue
Block a user