mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 09:44:36 +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
|
from ...cli.train import train
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.xfail
|
||||||
def test_cli_trained_model_can_be_saved(tmpdir):
|
def test_cli_trained_model_can_be_saved(tmpdir):
|
||||||
cmd = None
|
cmd = None
|
||||||
lang = 'nl'
|
lang = 'nl'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user