Skip to content

Commit b003fe1

Browse files
committed
Pin pyparsing to avoid warnings
1 parent 60c6c98 commit b003fe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ deps =
1919
PyContracts==1.8.0
2020
unittest-mixins==1.4
2121
#-e/Users/ned/unittest_mixins
22+
# Version 2.4.1.1 throws warnings all over: https://github.com/tox-dev/tox/issues/1375
23+
pyparsing==2.4.0
2224
py26: unittest2==1.1.0
2325
py{27,33,34,35,36}: gevent==1.2.2
2426
py26: eventlet==0.21.0

0 commit comments

Comments
 (0)