From 5eedbfc2d57cddcd64cd5d6615ef71592e57c38a Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 1 Feb 2018 11:15:30 -0800 Subject: [PATCH] Change ignored cache dir for pytest 3.4.0 Committed via https://github.com/asottile/all-repos --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a1824573..ae552f4a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ /venv* coverage-html dist -.cache +.pytest_cache