pytest always creates the .cache directory even when the cache functionality is not used #1342
Labels
plugin: cache
related to the cache builtin plugin
status: help wanted
developers would like help from experts on this topic
type: enhancement
new feature or API change, should be merged into features branch
pytest
creates the.cache
directory even when no tests are actually executed and the cache functionality is not used at all. In a sense the user pays for what they are not using.Here is an example where no tests are actually run:
In this example only a single empty test is run but still
.cache
is created:This issue is clearly related to issue #1029 but is not limited to read-only file systems.
The text was updated successfully, but these errors were encountered: