From ac935db6d62656713183707707d083298c1f34b0 Mon Sep 17 00:00:00 2001 From: "Maxime Alves LIRMM@home" Date: Thu, 17 Jun 2021 18:52:49 +0200 Subject: [PATCH] [tests] remove dummy-domain from dependencies --- Pipfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6dcee8a..fca048a 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,6 @@ pytest = "*" requests = "*" pytest-asyncio = "*" pylint = "*" -dummy-domain = {path = "./tests"} [packages] click = ">=7.1,<8"