From 8ef6cb8b82c5a8f6184ada2adbed92c59700c475 Mon Sep 17 00:00:00 2001 From: jMyles Date: Tue, 3 Jul 2018 17:50:49 -0700 Subject: [PATCH] Adding pytest-twisted to dev reqs. --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index f37d9e076..96a44a2ad 100644 --- a/Pipfile +++ b/Pipfile @@ -29,6 +29,7 @@ web3 = "==4.4.1" pytest = "*" mypy = "*" pytest-mypy = "*" +pytest-twisted = "*" codecov = "*" coverage = "*" pytest-cov = "*"