diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-22 16:25:13 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-22 16:25:13 -0500 |
commit | 9c69bd4f29fdf07b79f1a49c7a3ff0eba1a78bce (patch) | |
tree | fac41e9e2a663603aaf0157bfc932cccead38856 /requirements | |
parent | 4e501a92d24e262d0d488f0f5d4b96b28b604d48 (diff) | |
download | python-coveragepy-git-9c69bd4f29fdf07b79f1a49c7a3ff0eba1a78bce.tar.gz |
Install pytest in the main venv
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/dev.pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index 9da0d694..6a8724f9 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -13,6 +13,7 @@ mock==2.0.0 PyContracts==1.7.9 pyenchant==1.6.7 pylint==1.6.4 +pytest unittest-mixins==1.1.1 # for kitting. |