summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-05 09:54:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-05 09:54:17 -0400
commit19845437442e0124437725ed7dd328bcd46e3d67 (patch)
tree408474eb4347ffb83784807b569ca8db171b7f9c
parent67a0dc73a282dd40bb33874d9ed972f88a31dd67 (diff)
downloadpython-coveragepy-git-19845437442e0124437725ed7dd328bcd46e3d67.tar.gz
Newer pytest changed the name of its cache
-rw-r--r--.gitignore1
-rw-r--r--.hgignore1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 74520d51..b952771a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ setuptools-*.egg
.tox*
.noseids
.cache
+.pytest_cache
.hypothesis
# Stuff in the test directory.
diff --git a/.hgignore b/.hgignore
index ce114b13..53576e14 100644
--- a/.hgignore
+++ b/.hgignore
@@ -28,6 +28,7 @@ setuptools-*.egg
.tox*
.noseids
.cache
+.pytest_cache
.hypothesis
# Stuff in the test directory.