From d535207737cd85bfbcb29e32a7bb918bcef47fb0 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Mon, 6 Nov 2023 09:43:07 +0100 Subject: [PATCH] Unskip python 3.12 remote tests --- spacy/tests/test_cli_app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/spacy/tests/test_cli_app.py b/spacy/tests/test_cli_app.py index 108fbf90dd7..2d1dd053af6 100644 --- a/spacy/tests/test_cli_app.py +++ b/spacy/tests/test_cli_app.py @@ -214,9 +214,6 @@ def test_project_clone(options): assert (out / "README.md").is_file() -@pytest.mark.skipif( - sys.version_info >= (3, 12), reason="Python 3.12+ not supported for remotes" -) def test_project_push_pull(project_dir): proj = dict(SAMPLE_PROJECT) remote = "xyz"