From cf20b769595397bfe9367ef0de14901851cf1223 Mon Sep 17 00:00:00 2001 From: "Maxime Alves LIRMM@home" Date: Wed, 1 Dec 2021 11:43:49 +0100 Subject: [PATCH] [deps] add pytest-pythonpath --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 1ec5385..e5f2cdb 100644 --- a/Pipfile +++ b/Pipfile @@ -9,6 +9,7 @@ requests = "*" pytest-asyncio = "*" pylint = "*" build = "*" +pytest-pythonpath = "*" [packages] click = ">=7.1,<8"