From 7e422821b9f800f5345c37011c510dc9e76f552c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 7 Dec 2018 11:43:38 +0800 Subject: remove idna as a primary dependency (#4624) * remove idna as a primary dependency * empty commit * dynamodb test fix (thanks to Matt Bullock) * review feedback --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index f6e1b6e1..d4c3022b 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ envlist = py27,pypy,py34,py35,py36,py37,docs,pep8,py3pep8 [testenv] extras = test + idna: idna deps = # This must be kept in sync with Jenkinsfile and .travis/install.sh coverage -- cgit v1.2.3