Skip to content

Commit

Permalink
Unskip python 3.12 remote tests (#13110)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd authored Nov 6, 2023
1 parent c096c5c commit ff9ddb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spacy/tests/test_cli_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ff9ddb6

Please sign in to comment.