1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

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