personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Configure pytest tmp_path retention and basetemp

+2
+2
pyproject.toml
··· 141 141 "integration: marks tests as integration tests (deselect with '-m \"not integration\"')", 142 142 ] 143 143 timeout = 5 144 + tmp_path_retention_policy = "none" 145 + basetemp = "/var/tmp/pytest-solstone" 144 146 filterwarnings = [ 145 147 # Third-party deprecation warnings (Python 3.14+) 146 148 "ignore:codecs.open.* is deprecated:DeprecationWarning",