Skip to content

Commit 0f13101

Browse files
authored
Remove future from py3 tests (#344)
1 parent c6d1f06 commit 0f13101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ deps =
5252
codecov
5353

5454
; Packages common to all test environments
55-
future
5655
wrapt
5756

5857
; Python 2.7 only deps
5958
py{27}: enum34
6059
py{27}: mock
60+
py{27}: future
6161

6262
; Python 3.4 only deps
6363
py34: typing >= 3.7.4.3

0 commit comments

Comments
 (0)