From 246ab15fecad2f95969c4f726e7cb262c5af9429 Mon Sep 17 00:00:00 2001 From: Daniel Gallagher Date: Fri, 25 May 2018 21:33:09 -0700 Subject: [PATCH] Tox stopped working due to recent changes; add in necessary dependencies to tox.ini so it passes again --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 849f581c..88a8d0a1 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ skipsdist = true [testenv] deps= + aniso8601 pytest>=2.7.2 graphql-core>=1.1 promise>=2.0 @@ -11,10 +12,12 @@ deps= six blinker singledispatch + snapshottest mock pytz iso8601 pytest-benchmark + pytest-mock setenv = PYTHONPATH = .:{envdir} commands=