mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
Remove Python 2 marker
This commit is contained in:
parent
e6967ca98a
commit
d51db72e46
|
@ -121,7 +121,6 @@ def test_issue3248_1():
|
||||||
assert len(matcher) == 2
|
assert len(matcher) == 2
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(is_python2, reason="Can't pickle instancemethod for is_base_form")
|
|
||||||
def test_issue3248_2():
|
def test_issue3248_2():
|
||||||
"""Test that the PhraseMatcher can be pickled correctly."""
|
"""Test that the PhraseMatcher can be pickled correctly."""
|
||||||
nlp = English()
|
nlp = English()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user