root dir one level up

This commit is contained in:
svlandeg 2020-02-19 16:15:56 +02:00
parent 303c4bcd4c
commit 5c2f645470

View File

@ -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: