From d51db72e461261ddc74e70abd7e2f745610a4408 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 20 Jul 2020 15:01:36 +0200 Subject: [PATCH] Remove Python 2 marker --- spacy/tests/regression/test_issue3001-3500.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/tests/regression/test_issue3001-3500.py b/spacy/tests/regression/test_issue3001-3500.py index 4219da40f..ca4733f0d 100644 --- a/spacy/tests/regression/test_issue3001-3500.py +++ b/spacy/tests/regression/test_issue3001-3500.py @@ -121,7 +121,6 @@ def test_issue3248_1(): assert len(matcher) == 2 -@pytest.mark.skipif(is_python2, reason="Can't pickle instancemethod for is_base_form") def test_issue3248_2(): """Test that the PhraseMatcher can be pickled correctly.""" nlp = English()