From e768911eca6eff496cf4084d0662e770b4e428bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ebbinghaus?= Date: Fri, 3 Nov 2017 12:52:02 +0100 Subject: [PATCH] Pin graphql-core to <2.0 Otherwise graphql-core 2.0 will be installed witch seems incompatible to graphene 1.4. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 48d4f5fc..89cbc150 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = true [testenv] deps= pytest>=2.7.2 - graphql-core>=1.1 + graphql-core>=1.1,<2.0 promise>=2.0 graphql-relay>=0.4.5 six