mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Fix test
This commit is contained in:
parent
23e28e2844
commit
88a9d87f6f
|
@ -36,7 +36,7 @@ def test_lookups_api():
|
|||
lookups.get_table(table_name)
|
||||
|
||||
|
||||
@pytest.mark.xfail(reason="This fails on Python 3.5")
|
||||
@pytest.mark.skip(reason="This fails on Python 3.5")
|
||||
def test_lookups_to_from_bytes():
|
||||
lookups = Lookups()
|
||||
lookups.add_table("table1", {"foo": "bar", "hello": "world"})
|
||||
|
|
Loading…
Reference in New Issue
Block a user