# HG changeset patch # User Ludovic Chabant # Date 1455521331 28800 # Node ID afd100ab86d08e47726a29d2e073cbdaa2692013 # Parent 81a30a63c431d75e75c2f003a6fb093954e77c1b cm: Get a new version of pytest-cov to avoid a random multiprocessing bug. diff -r 81a30a63c431 -r afd100ab86d0 dev-requirements.txt --- 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