From 945d55791a4c18bb777a73d467a34f0d0542caea Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Mon, 30 Jan 2023 18:29:48 +0900 Subject: [PATCH] Revert "Enable sparse checkout test" This reverts commit d9887369de5073a51c478cbf52a9df000023d89c. --- spacy/tests/test_cli_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/tests/test_cli_app.py b/spacy/tests/test_cli_app.py index edd5ac5a3..5bde3833d 100644 --- a/spacy/tests/test_cli_app.py +++ b/spacy/tests/test_cli_app.py @@ -183,7 +183,7 @@ def test_project_run(project_dir): "options", [ "", - "--sparse", + # "--sparse", "--branch v3", "--repo https://github.com/explosion/projects --branch v3", ],