From 3340ba3f941676b70df3bd2c8fa7b04a4f2aeb19 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Mon, 6 Mar 2023 13:14:06 +0100 Subject: [PATCH] Format --- spacy/tests/test_cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/tests/test_cli.py b/spacy/tests/test_cli.py index e43a63528..b1c975f4c 100644 --- a/spacy/tests/test_cli.py +++ b/spacy/tests/test_cli.py @@ -1159,6 +1159,7 @@ def test_cli_find_threshold(capsys): ) def test_project_check_requirements(reqs, output): import pkg_resources + # excessive guard against unlikely package name try: pkg_resources.require("spacyunknowndoesnotexist12345")