From 8db902abc3418152e61f7200281bf09dfd225d85 Mon Sep 17 00:00:00 2001 From: justinw <juswelch@gmail.com> Date: Thu, 3 Oct 2019 14:33:18 -0400 Subject: [PATCH] fix failing pytest by locking attr package --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index f590345..ad58017 100644 --- a/Pipfile +++ b/Pipfile @@ -41,6 +41,7 @@ funcy = "*" vprof = "*" [packages] +attrs = "==19.1.0" aiodns = "*" aiohttp = "*" aredis = "*" -- GitLab