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")