This commit is contained in:
Adriane Boyd 2023-03-06 13:14:06 +01:00
parent b7c7fdfd3d
commit 3340ba3f94

View File

@ -1159,6 +1159,7 @@ def test_cli_find_threshold(capsys):
) )
def test_project_check_requirements(reqs, output): def test_project_check_requirements(reqs, output):
import pkg_resources import pkg_resources
# excessive guard against unlikely package name # excessive guard against unlikely package name
try: try:
pkg_resources.require("spacyunknowndoesnotexist12345") pkg_resources.require("spacyunknowndoesnotexist12345")