mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
xfail test that causes MemoryError on Python 2 on Windows
Need to investigate this further!
This commit is contained in:
parent
5e5d47fe50
commit
b10ba848b8
|
@ -6,6 +6,7 @@ from tempfile import NamedTemporaryFile
|
|||
from ...cli.train import train
|
||||
|
||||
|
||||
@pytest.mark.xfail
|
||||
def test_cli_trained_model_can_be_saved(tmpdir):
|
||||
cmd = None
|
||||
lang = 'nl'
|
||||
|
|
Loading…
Reference in New Issue
Block a user