Skip to content

Commit

Permalink
Remove future from py3 tests (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN authored Jun 24, 2022
1 parent c6d1f06 commit 0f13101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f13101

Please sign in to comment.