diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-20 15:20:17 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-20 15:20:17 -0500 |
| commit | 4d3462f262bf987873cebb2d527963fb1eb8a53a (patch) | |
| tree | a0c34bb483a2ba5ca2ad4d104665caea2409ce70 /tox.ini | |
| parent | 28f407337314d00222110577621b082210825414 (diff) | |
| download | python-coveragepy-git-4d3462f262bf987873cebb2d527963fb1eb8a53a.tar.gz | |
Use my fix for pytest
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ usedevelop = True deps = # https://requires.io/github/nedbat/coveragepy/requirements/ - pytest + git+https://github.com/nedbat/pytest.git@bug2038#egg=pytest==0.0 pip==8.1.2 nose==1.3.7 mock==2.0.0 |
