changeset 644:afd100ab86d0

cm: Get a new version of pytest-cov to avoid a random multiprocessing bug.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 14 Feb 2016 23:28:51 -0800
parents 81a30a63c431
children 3060a6f26330
files dev-requirements.txt
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dev-requirements.txt	Sun Feb 14 23:28:34 2016 -0800
+++ b/dev-requirements.txt	Sun Feb 14 23:28:51 2016 -0800
@@ -1,8 +1,8 @@
 cov-core==1.15.0
-coverage==3.7.1
+coverage==4.0.3
 invoke==0.12.2
 mock==1.0.1
-pytest==2.7.0
-pytest-cov==1.8.1
-pytest-mock==0.4.3
+pytest==2.8.7
+pytest-cov==2.2.1
+pytest-mock==0.10.1