From 7bbc836b5f67b37d24e629dedd6ae6542fb4e211 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 2 Sep 2018 04:48:17 -0400 Subject: [PATCH] oops --- .pytest_cache/README.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .pytest_cache/README.md diff --git a/.pytest_cache/README.md b/.pytest_cache/README.md deleted file mode 100644 index bb78ba0..0000000 --- a/.pytest_cache/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# pytest cache directory # - -This directory contains data from the pytest's cache plugin, -which provides the `--lf` and `--ff` options, as well as the `cache` fixture. - -**Do not** commit this to version control. - -See [the docs](https://docs.pytest.org/en/latest/cache.html) for more information.