)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":5314,"name":"Brian Rosmaita","email":"rosmaita.fossdev@gmail.com","username":"brian-rosmaita"},"change_message_id":"bf423401f02096e9f53e86207cb9fc77e8fab8a7","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"73f73c4b_8fb5c4fb","updated":"2025-07-16 17:41:31.000000000","message":"Hopefully I\u0027m not misunderstanding your goal here.  See comment inline.","commit_id":"c75ab567a2d4c0565907c967e48a0ec59afcfa84"},{"author":{"_account_id":34510,"name":"Maxim Sava","email":"msava@redhat.com","username":"msava@redhat.com"},"change_message_id":"9fc62fff81e756c32cb659cb18705b5ff659c4ce","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"c3c9936e_d1e3155a","updated":"2025-06-09 10:28:12.000000000","message":"recheck","commit_id":"c75ab567a2d4c0565907c967e48a0ec59afcfa84"}],"tox.ini":[{"author":{"_account_id":5314,"name":"Brian Rosmaita","email":"rosmaita.fossdev@gmail.com","username":"brian-rosmaita"},"change_message_id":"bf423401f02096e9f53e86207cb9fc77e8fab8a7","unresolved":true,"context_lines":[{"line_number":12,"context_line":"basepython \u003d python3"},{"line_number":13,"context_line":"usedevelop \u003d True"},{"line_number":14,"context_line":"setenv \u003d"},{"line_number":15,"context_line":"   VIRTUAL_ENV\u003d{envdir}"},{"line_number":16,"context_line":"   PYTHONWARNINGS\u003ddefault::DeprecationWarning"},{"line_number":17,"context_line":"   OS_LOG_CAPTURE\u003d{env:OS_LOG_CAPTURE:true}"},{"line_number":18,"context_line":"   OS_STDOUT_CAPTURE\u003d{env:OS_STDOUT_CAPTURE:true}"}],"source_content_type":"text/x-properties","patch_set":1,"id":"c8e51048_10084973","side":"PARENT","line":15,"updated":"2025-07-16 17:41:31.000000000","message":"All this is doing is setting an environment variable that could be consumed by other code (for example, bash scripts that need to know where they are running) ... it\u0027s not setting or changing the actual envdir.  It\u0027s in the base testenv so that it doesn\u0027t need to be redefined in all the other envs that might need it.  So if you echo it in uuidgen, its value is the absolute path to .tox/uuidgen, and if you echo it from venv, it\u0027s the absolute path to .tox/venv.  So as far as I can tell, removing this line is not related to the topic discussed in your commit message.\n\nThat being said, it looks like we don\u0027t have any tooling that actually consumes this environment variable, so you could remove it on the grounds that is is unused.  But I don\u0027t understand how it\u0027s involved in envdir reuse, as your commit message implies.","commit_id":"bb5594c061370316bfc881e24d11b3350fb0aef9"}]}
