Mercurial > piecrust2
comparison dev-requirements.txt @ 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 | 79aefe82c6b6 |
children | 77cec2fa0e83 |
comparison
equal
deleted
inserted
replaced
643:81a30a63c431 | 644:afd100ab86d0 |
---|---|
1 cov-core==1.15.0 | 1 cov-core==1.15.0 |
2 coverage==3.7.1 | 2 coverage==4.0.3 |
3 invoke==0.12.2 | 3 invoke==0.12.2 |
4 mock==1.0.1 | 4 mock==1.0.1 |
5 pytest==2.7.0 | 5 pytest==2.8.7 |
6 pytest-cov==1.8.1 | 6 pytest-cov==2.2.1 |
7 pytest-mock==0.4.3 | 7 pytest-mock==0.10.1 |
8 | 8 |