Skip to content

Commit f4b21c7

Browse files
authored
Update .gitignore for pytest 3.4+
Pytest 3.4.0 changes the default cache directory from `.cache` to `.pytest_cache`. Changelog: https://docs.pytest.org/en/latest/changelog.html#pytest-3-4-0-2018-01-30
1 parent c044b24 commit f4b21c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ htmlcov/
4242
.coverage
4343
.coverage.*
4444
.cache
45+
.pytest_cache
4546
nosetests.xml
4647
coverage.xml
4748
*,cover

0 commit comments

Comments
 (0)