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
commita1e51bf68880920e62934ed5ceb76d072fd50d2b (patch)
tree31891a508407d786b7c374c31b2dd6be020c3823
parent03d1185afa318ca045180b3b942be67c808feef4 (diff)
downloadpython-coveragepy-a1e51bf68880920e62934ed5ceb76d072fd50d2b.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 74520d5..b952771 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 ce114b1..53576e1 100644
--- a/.hgignore
+++ b/.hgignore
@@ -28,6 +28,7 @@ setuptools-*.egg
.tox*
.noseids
.cache
+.pytest_cache
.hypothesis
# Stuff in the test directory.