mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Removed test to avoid network requests
This commit is contained in:
parent
1a2c2f7d7f
commit
9238749aaf
|
@ -1,8 +0,0 @@
|
||||||
from __future__ import unicode_literals
|
|
||||||
|
|
||||||
from ... cli import download
|
|
||||||
|
|
||||||
def test_issue1904(capsys):
|
|
||||||
download('en')
|
|
||||||
out, err = capsys.readouterr()
|
|
||||||
assert "Linking successful" in out
|
|
Loading…
Reference in New Issue
Block a user