From 4d5db737e9fb815a24b2d071345392185e44abf2 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 2 Nov 2021 14:24:06 +0100 Subject: [PATCH] Revert "Temporarily skip compat tests (#9594)" This reverts commit 667572adca3a95cbcfd92cea43746b2625a40831. --- spacy/tests/test_cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/spacy/tests/test_cli.py b/spacy/tests/test_cli.py index 00ae2c056..3243d426b 100644 --- a/spacy/tests/test_cli.py +++ b/spacy/tests/test_cli.py @@ -492,7 +492,6 @@ def test_string_to_list_intify(value): assert string_to_list(value, intify=True) == [1, 2, 3] -@pytest.mark.skip(reason="Temporarily skip until v3.2.0 release") def test_download_compatibility(): spec = SpecifierSet("==" + about.__version__) spec.prereleases = False @@ -503,7 +502,6 @@ def test_download_compatibility(): assert get_minor_version(about.__version__) == get_minor_version(version) -@pytest.mark.skip(reason="Temporarily skip until v3.2.0 release") def test_validate_compatibility_table(): spec = SpecifierSet("==" + about.__version__) spec.prereleases = False