python3Packages.spacy-transformers: add passthru annotation test
This commit is contained in:
committed by
Jonathan Ringer
parent
51f398613c
commit
636b3581f6
@@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, callPackage
|
||||
, fetchPypi
|
||||
, buildPythonPackage
|
||||
, pytorch
|
||||
@@ -30,6 +31,8 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "spacy_transformers" ];
|
||||
|
||||
passthru.tests.annotation = callPackage ./annotation-test { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "spaCy pipelines for pretrained BERT, XLNet and GPT-2";
|
||||
homepage = "https://github.com/explosion/spacy-transformers";
|
||||
|
||||
Reference in New Issue
Block a user