Skip to content

Commit

Permalink
Add new Pytest cache directory to gitignore
Browse files Browse the repository at this point in the history
Starting with Pytest 3.4.0 (2018-01-30), Pytest's cache directory was
renamed to .pytest_cache.

https://docs.pytest.org/en/latest/changelog.html#pytest-3-4-0-2018-01-30

> The default cache directory has been renamed from .cache to
> .pytest_cache after community feedback that the name .cache did not
> make it clear that it was used by pytest.
  • Loading branch information
Jon Dufresne committed Apr 3, 2018
1 parent e7ee841 commit c10cd5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ __pycache__/
.coverage*
!.coveragerc
/.cache
/.pytest_cache

# shared libs installed by 'setup.py test'
/Lib/*.so*
Expand Down

0 comments on commit c10cd5c

Please sign in to comment.