mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 17:41:59 +03:00
remove old redundant test case
This commit is contained in:
parent
b07dd82ae5
commit
bf98eb240c
|
@ -421,8 +421,6 @@ def test_add_pipe_before_after():
|
|||
nlp.add_pipe("entity_ruler", before="ner", after=2)
|
||||
with pytest.raises(ValueError):
|
||||
nlp.add_pipe("entity_ruler", before=True)
|
||||
with pytest.raises(ValueError):
|
||||
nlp.add_pipe("entity_ruler", first=False)
|
||||
|
||||
|
||||
def test_disable_enable_pipes():
|
||||
|
|
Loading…
Reference in New Issue
Block a user