From e1fb0e9e7edbc7b469821fc2b95302e23b7a9564 Mon Sep 17 00:00:00 2001 From: Nathaniel Ruiz Nowell Date: Fri, 24 Jun 2022 11:50:00 -0700 Subject: [PATCH] Remove future from py3 tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 56bdfa9b..e9dc394f 100644 --- a/tox.ini +++ b/tox.ini @@ -52,12 +52,12 @@ deps = codecov ; Packages common to all test environments - future wrapt ; Python 2.7 only deps py{27}: enum34 py{27}: mock + py{27}: future ; Python 3.4 only deps py34: typing >= 3.7.4.3