Remove Python 2 marker

This commit is contained in:
Ines Montani 2020-07-20 15:01:36 +02:00
parent e6967ca98a
commit d51db72e46
1 changed files with 0 additions and 1 deletions

View File

@ -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()