-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
plugin: cacherelated to the cache builtin pluginrelated to the cache builtin plugintype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branchtype: proposalproposal for a new feature, often to gather opinions or design the API around the new featureproposal for a new feature, often to gather opinions or design the API around the new feature
Description
pytest/src/_pytest/cacheprovider.py
Lines 480 to 481 in f6aa9d6
| if "TOX_ENV_DIR" in os.environ: | |
| cache_dir_default = os.path.join(os.environ["TOX_ENV_DIR"], cache_dir_default) |
adds a utterly hackish way to have pytest-cache by tox env
we should make it more nuanced and aware of more types of session (nox ,hatch, virtualenvwrapper)
Metadata
Metadata
Assignees
Labels
plugin: cacherelated to the cache builtin pluginrelated to the cache builtin plugintype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branchtype: proposalproposal for a new feature, often to gather opinions or design the API around the new featureproposal for a new feature, often to gather opinions or design the API around the new feature