)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"c86c516b4d2421b9045424e6054cf274c42b213a","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"d8001026_6435c1d7","updated":"2021-11-08 17:22:57.000000000","message":"Now that we\u0027ve gone back to adding setup.py I think that this change is landable should we want to land it.","commit_id":"4ca7620650bc1c06cd7ef653ca14a6f8f5f94225"},{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"a96c7e6b4e08d776a1e80d92e3ee59101781cb37","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"8ead90e1_27d7cee2","updated":"2021-11-12 15:07:32.000000000","message":"recheck lets see how consistent these recursion errors are.","commit_id":"ee8290956283efe071e5ca24b312a437004798ca"},{"author":{"_account_id":10342,"name":"Jay Faulkner","display_name":"JayF","email":"jay@jvf.cc","username":"JayF","status":"youtube.com/@oss-gr / podcast.gr-oss.io"},"change_message_id":"03dfd14a24fee4bcbccec78442cea557e55ca975","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":9,"id":"8b419d83_f0c65a5f","updated":"2023-10-30 18:25:34.000000000","message":"I can attest Gentoo has been packaging multiple PBR-packaged python packages using the PEP517 support for a while, and they\u0027ve always worked on my system.\n\nNo comments/insight on to if it\u0027s OK for this project generally based on OS/python version targets for it.","commit_id":"021c5f1c435693de84eabab65cfa6b39f71d7b87"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"5760c0e97b92c380776f59439b9390a530ac9e31","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":9,"id":"6aca30c1_b56c0add","updated":"2023-10-31 08:53:12.000000000","message":"recheck get some fresh results","commit_id":"021c5f1c435693de84eabab65cfa6b39f71d7b87"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"44500d83c773e1953dc03416d247bfb18f69c799","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":9,"id":"be664308_d911a57c","updated":"2022-01-12 06:36:43.000000000","message":"recheck logs expired","commit_id":"021c5f1c435693de84eabab65cfa6b39f71d7b87"}],"noxfile.py":[{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"f0735d7867be94b74d5a7e91761c6b249943d5b4","unresolved":true,"context_lines":[{"line_number":33,"context_line":"    session.install(\"-r\", \"requirements.txt\")"},{"line_number":34,"context_line":"    session.install(\"-r\", \"test-requirements.txt\")"},{"line_number":35,"context_line":"    # TODO: clean this conditional up once Python 3.6 support is dropped"},{"line_number":36,"context_line":"    if session.python \u003c\u003d \"3.6:"},{"line_number":37,"context_line":"        session.install(\".\")"},{"line_number":38,"context_line":"    else:"},{"line_number":39,"context_line":"        session.install(\"-e\", \".\")"}],"source_content_type":"text/x-python","patch_set":12,"id":"024f50fc_ce0c5a39","line":36,"updated":"2025-01-06 19:00:31.000000000","message":"I think this won\u0027t work if python \u003d\u003d 3 since 3 is \u003c\u003d 3.6. I suspect that when you run `nox -s venv` or `nox -s tests` with no other arguments python will \u003d\u003d 3 because of the decorator arguments. The reason we do that is so that nox runs with whatever your local python3 version is. In CI we explicitly set the python version to test specific versions (you can also do that locally).","commit_id":"c21c2bacefa0790dbe5ff841184d5ed260692659"},{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"81df64a56a163e6f523b889e9a30ce6ddaa2e066","unresolved":false,"context_lines":[{"line_number":33,"context_line":"    session.install(\"-r\", \"requirements.txt\")"},{"line_number":34,"context_line":"    session.install(\"-r\", \"test-requirements.txt\")"},{"line_number":35,"context_line":"    # TODO: clean this conditional up once Python 3.6 support is dropped"},{"line_number":36,"context_line":"    if session.python \u003c\u003d \"3.6:"},{"line_number":37,"context_line":"        session.install(\".\")"},{"line_number":38,"context_line":"    else:"},{"line_number":39,"context_line":"        session.install(\"-e\", \".\")"}],"source_content_type":"text/x-python","patch_set":12,"id":"7e717261_897edcb4","line":36,"in_reply_to":"024f50fc_ce0c5a39","updated":"2025-01-14 20:32:11.000000000","message":"Done","commit_id":"c21c2bacefa0790dbe5ff841184d5ed260692659"}],"tox.ini":[{"author":{"_account_id":5263,"name":"Jeremy Stanley","display_name":"fungi","email":"fungi@yuggoth.org","username":"fungi","status":"missing, presumed fed"},"change_message_id":"a821afd388987da636ab783f58f8c086e0dee3f5","unresolved":false,"context_lines":[{"line_number":18,"context_line":"deps \u003d"},{"line_number":19,"context_line":"  -r{toxinidir}/requirements.txt"},{"line_number":20,"context_line":"  -r{toxinidir}/test-requirements.txt"},{"line_number":21,"context_line":"  ."},{"line_number":22,"context_line":"commands \u003d"},{"line_number":23,"context_line":"  stestr run {posargs}"},{"line_number":24,"context_line":"  stestr slowest"}],"source_content_type":"text/x-properties","patch_set":8,"id":"6f0dab57_75c20249","line":21,"updated":"2021-11-19 18:25:10.000000000","message":"Consider \"{toxinidir}\" instead as it\u0027s less ambiguous than \".\" in cases where tox may be invoked from a different directory.","commit_id":"9545648c502b348069bebb38484b3cbc7fbe07f1"}]}
