summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-07-29 09:00:21 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-07-29 09:03:04 -0400
commitb003fe1b52088795c4748fb13ff68fc5c7734357 (patch)
treee541f9396b14743c903311ea4294ae78f3cbae8b
parent60c6c98a1aa0de65b702fc95cf47eca022aee46c (diff)
downloadpython-coveragepy-git-b003fe1b52088795c4748fb13ff68fc5c7734357.tar.gz
Pin pyparsing to avoid warnings
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index fd6c9ae1..80735f7f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,6 +19,8 @@ deps =
PyContracts==1.8.0
unittest-mixins==1.4
#-e/Users/ned/unittest_mixins
+ # Version 2.4.1.1 throws warnings all over: https://github.com/tox-dev/tox/issues/1375
+ pyparsing==2.4.0
py26: unittest2==1.1.0
py{27,33,34,35,36}: gevent==1.2.2
py26: eventlet==0.21.0