Remove pin on mock module

This was pinned for python26, which we no longer support.

Change-Id: I7dfd92c011b223d171ffd4be9c3f8c59fe87c6cf
This commit is contained in:
K Jonathan Harker 2019-05-14 10:55:31 -07:00 committed by Sorin Sbarnea
parent 748aa2068b
commit 0ab91c7a7c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cmd2!=0.8.3,<0.9.0;python_version<'3.0' # MIT
cmd2!=0.8.3;python_version>='3.0' # MIT
coverage>=3.6
mock<1.1
mock
unittest2
python-subunit
requests-mock>=1.4.0