瀏覽代碼

requirements-dev: Fix version of mock to 2.0.0

Signed-off-by: Christopher Crone <[email protected]>
Christopher Crone 6 年之前
父節點
當前提交
28310b3ba4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      requirements-dev.txt

+ 1 - 1
requirements-dev.txt

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