diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-26 10:47:49 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-26 10:47:49 -0400 |
commit | aeec2507cab7ce21ef21f5d56c4d6332aa210731 (patch) | |
tree | f4dbe115148f7c9b9720ed067e44128e5d2384f8 | |
parent | 78a0b5c07e8921f41c5457ee191e7c54ea326278 (diff) | |
download | python-coveragepy-git-aeec2507cab7ce21ef21f5d56c4d6332aa210731.tar.gz |
Pin dependencies for the next time I have to dig into the past
-rw-r--r-- | requirements.txt | 14 | ||||
-rw-r--r-- | tox.ini | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/requirements.txt b/requirements.txt index e2eede24..fbd9b890 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,14 +2,14 @@ # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt # PyPI requirements for running tests for coverage.py -nose -mock -PyContracts -tox >= 1.9 +nose==1.3.7 +mock==1.3.0 +PyContracts==1.7.6 +tox==2.1.1 # and for linting... -pyenchant -pylint +pyenchant==1.6.6 +pylint==1.4.4 # and for kitting... -twine +twine==1.5.0 @@ -22,13 +22,13 @@ commands = python igor.py test_with_tracer c {posargs} deps = - nose - mock - PyContracts - py26: unittest2 - py26,py27: gevent - py26,py27: eventlet - py26,py27,py33,py34,py35: greenlet + nose==1.3.7 + mock==1.3.0 + PyContracts==1.7.6 + py26: unittest2==1.1.0 + py26,py27: gevent==1.0.2 + py26,py27: eventlet==0.17.4 + py26,py27,py33,py34,py35: greenlet==0.4.7 setenv = pypy24,pypy26,pypy3_24: COVERAGE_NO_EXTENSION=no C extensions under PyPy |