diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-05 09:54:17 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-05 09:54:17 -0400 |
commit | 19845437442e0124437725ed7dd328bcd46e3d67 (patch) | |
tree | 408474eb4347ffb83784807b569ca8db171b7f9c | |
parent | 67a0dc73a282dd40bb33874d9ed972f88a31dd67 (diff) | |
download | python-coveragepy-git-19845437442e0124437725ed7dd328bcd46e3d67.tar.gz |
Newer pytest changed the name of its cache
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .hgignore | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,7 @@ setuptools-*.egg .tox* .noseids .cache +.pytest_cache .hypothesis # Stuff in the test directory. @@ -28,6 +28,7 @@ setuptools-*.egg .tox* .noseids .cache +.pytest_cache .hypothesis # Stuff in the test directory. |