Browse Source

requirements-dev: Fix version of mock to 2.0.0

Signed-off-by: Christopher Crone <[email protected]>
Christopher Crone 6 năm trước cách đây
mục cha
commit
b572b32999
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      requirements-dev.txt

+ 1 - 1
requirements-dev.txt

@@ -1,6 +1,6 @@
 coverage==4.4.2
 ddt==1.2.0
 flake8==3.5.0
-mock>=1.0.1
+mock==2.0.0
 pytest==3.6.3
 pytest-cov==2.5.1