From 5c2f6454706b4522cc58efc8ffca132caeba27f9 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Wed, 19 Feb 2020 16:15:56 +0200 Subject: [PATCH] root dir one level up --- spacy/tests/test_requirements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/tests/test_requirements.py b/spacy/tests/test_requirements.py index aaa562722..5bbccf362 100644 --- a/spacy/tests/test_requirements.py +++ b/spacy/tests/test_requirements.py @@ -8,7 +8,7 @@ def test_build_dependencies(en_vocab): libs_ignore_setup = ["fugashi", "natto-py", "pythainlp"] # check requirements.txt - root_dir = Path(__file__).parent.parent.parent + root_dir = Path(__file__).parent.parent req_file = root_dir / "requirements.txt" req_dict = {} with req_file.open() as f: