python3Packages.spacy: passthru.tests should be an attrset

This commit is contained in:
Daniël de Kok 2020-12-12 11:38:39 +01:00
parent 9edd8887d8
commit 57f858d61e

View file

@ -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";