)]}'
{"doc/source/plugin.rst":[{"author":{"_account_id":23186,"name":"Felipe Monteiro","email":"felipe.carneiro.monteiro@gmail.com","username":"felipe.monteiro"},"change_message_id":"65726ee967de0695f7b58be7f0b87ba0b70f8e08","unresolved":false,"context_lines":[{"line_number":344,"context_line":"plugin package on your system and then running Tempest inside a venv will not"},{"line_number":345,"context_line":"work."},{"line_number":346,"context_line":""},{"line_number":347,"context_line":"Tempest also exposes a tox job, \"all\", which will setup a tox virtualenv"},{"line_number":348,"context_line":"with system site-packages enabled. This will let you leverage tox without"},{"line_number":349,"context_line":"requiring to manually install plugins in the tox venv before running tests."},{"line_number":350,"context_line":""},{"line_number":351,"context_line":"  $ tox -e all -- \u003cplugin-name-regex\u003e"}],"source_content_type":"text/x-rst","patch_set":1,"id":"3fa7e38b_f41704a2","line":348,"range":{"start_line":347,"start_character":0,"end_line":348,"end_character":34},"updated":"2019-11-02 02:39:25.000000000","message":"This is not correct given the context. \n\nWhereas all-plugin sets sitepackages to true, all sets it to false: https://github.com/openstack/tempest/blob/e846f8fb2872c445f98d9595fe7d78f83a79a9d7/tox.ini#L75 which references https://github.com/openstack/tempest/blob/e846f8fb2872c445f98d9595fe7d78f83a79a9d7/tox.ini#L7\n\nIf anything, it should be noted in this paragraph that all-plugin is deprecated and that all should be used in favor it. Please see Andrea\u0027s comment in the tox.ini file for reference as to what could be included here.","commit_id":"7c30f7c2445a35c0efefec59af017464126791eb"},{"author":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"change_message_id":"61a0bcb591e0972134cb5c7bfdb78854a181e29b","unresolved":false,"context_lines":[{"line_number":344,"context_line":"plugin package on your system and then running Tempest inside a venv will not"},{"line_number":345,"context_line":"work."},{"line_number":346,"context_line":""},{"line_number":347,"context_line":"Tempest also exposes a tox job, \"all\", which will setup a tox virtualenv"},{"line_number":348,"context_line":"with system site-packages enabled. This will let you leverage tox without"},{"line_number":349,"context_line":"requiring to manually install plugins in the tox venv before running tests."},{"line_number":350,"context_line":""},{"line_number":351,"context_line":"  $ tox -e all -- \u003cplugin-name-regex\u003e"}],"source_content_type":"text/x-rst","patch_set":1,"id":"3fa7e38b_db2eb040","line":348,"range":{"start_line":347,"start_character":0,"end_line":348,"end_character":34},"in_reply_to":"3fa7e38b_914a7e21","updated":"2020-01-09 20:26:59.000000000","message":"\u0027all\u0027 tox env also need all plugins to be installed in temepst venv. we can simply write something like:\n\nTempest exposes a tox job, \"all\", which will setup a tox virtualenv. Make sure all required plugins are installed in the same virtual env. This tox job \u0027all\u0027 does not set sitepackages (unlike old deprecated tox job \u0027all-plugin\u0027) so any plugin installed outside of Tempest venv will not be detected.","commit_id":"7c30f7c2445a35c0efefec59af017464126791eb"},{"author":{"_account_id":20813,"name":"Sofia Enriquez","email":"lsofia.enriquez@gmail.com","username":"enriquetaso"},"change_message_id":"bf18f2c52ddf97634b3a469b596459066ad5a504","unresolved":false,"context_lines":[{"line_number":344,"context_line":"plugin package on your system and then running Tempest inside a venv will not"},{"line_number":345,"context_line":"work."},{"line_number":346,"context_line":""},{"line_number":347,"context_line":"Tempest also exposes a tox job, \"all\", which will setup a tox virtualenv"},{"line_number":348,"context_line":"with system site-packages enabled. This will let you leverage tox without"},{"line_number":349,"context_line":"requiring to manually install plugins in the tox venv before running tests."},{"line_number":350,"context_line":""},{"line_number":351,"context_line":"  $ tox -e all -- \u003cplugin-name-regex\u003e"}],"source_content_type":"text/x-rst","patch_set":1,"id":"3fa7e38b_59c87ea5","line":348,"range":{"start_line":347,"start_character":0,"end_line":348,"end_character":34},"in_reply_to":"3fa7e38b_db2eb040","updated":"2020-01-10 15:22:29.000000000","message":"Cool, thanks Ghanshyam","commit_id":"7c30f7c2445a35c0efefec59af017464126791eb"},{"author":{"_account_id":20813,"name":"Sofia Enriquez","email":"lsofia.enriquez@gmail.com","username":"enriquetaso"},"change_message_id":"81bbe749a9d0ad1a48dc54c645054105b0873ff6","unresolved":false,"context_lines":[{"line_number":344,"context_line":"plugin package on your system and then running Tempest inside a venv will not"},{"line_number":345,"context_line":"work."},{"line_number":346,"context_line":""},{"line_number":347,"context_line":"Tempest also exposes a tox job, \"all\", which will setup a tox virtualenv"},{"line_number":348,"context_line":"with system site-packages enabled. This will let you leverage tox without"},{"line_number":349,"context_line":"requiring to manually install plugins in the tox venv before running tests."},{"line_number":350,"context_line":""},{"line_number":351,"context_line":"  $ tox -e all -- \u003cplugin-name-regex\u003e"}],"source_content_type":"text/x-rst","patch_set":1,"id":"3fa7e38b_914a7e21","line":348,"range":{"start_line":347,"start_character":0,"end_line":348,"end_character":34},"in_reply_to":"3fa7e38b_f41704a2","updated":"2019-12-10 18:41:50.000000000","message":"Should we replace this with something like:\n\n```\nTempest also exposes a tox job: \"all\". This job will let you leverage tox without requiring to manually install plugins in the tox venv before running tests.\n\nThe all-plugin tox env uses sitepackages so that plugins installed outside of Tempest virtual environment can be discovered. After the implementation during the Queens\nrelease cycle of the goal of moving Tempest plugins in dedicated git repos, this environment should not be used anymore. \"all\" should be used instead with the appropriate regex filtering.\n```\n?","commit_id":"7c30f7c2445a35c0efefec59af017464126791eb"},{"author":{"_account_id":20813,"name":"Sofia Enriquez","email":"lsofia.enriquez@gmail.com","username":"enriquetaso"},"change_message_id":"d5a8172d41f8d850758fb209659a94ae3431ee27","unresolved":false,"context_lines":[{"line_number":347,"context_line":"Tempest also exposes a tox job, \"all\", which will setup a tox virtualenv"},{"line_number":348,"context_line":"with system site-packages enabled. This will let you leverage tox without"},{"line_number":349,"context_line":"requiring to manually install plugins in the tox venv before running tests."},{"line_number":350,"context_line":""},{"line_number":351,"context_line":"  $ tox -e all -- \u003cplugin-name-regex\u003e"}],"source_content_type":"text/x-rst","patch_set":1,"id":"3fa7e38b_c4534115","line":351,"range":{"start_line":350,"start_character":0,"end_line":351,"end_character":37},"updated":"2019-11-01 14:52:13.000000000","message":"Great idea! Including the sentence looks good to me. Since this is Python code I think we can show it like this (Check line 316):\n\n.. code-block:: python\n    tox -e all -- \u003cplugin-name-regex\u003e","commit_id":"7c30f7c2445a35c0efefec59af017464126791eb"},{"author":{"_account_id":23186,"name":"Felipe Monteiro","email":"felipe.carneiro.monteiro@gmail.com","username":"felipe.monteiro"},"change_message_id":"65726ee967de0695f7b58be7f0b87ba0b70f8e08","unresolved":false,"context_lines":[{"line_number":347,"context_line":"Tempest also exposes a tox job, \"all\", which will setup a tox virtualenv"},{"line_number":348,"context_line":"with system site-packages enabled. This will let you leverage tox without"},{"line_number":349,"context_line":"requiring to manually install plugins in the tox venv before running tests."},{"line_number":350,"context_line":""},{"line_number":351,"context_line":"  $ tox -e all -- \u003cplugin-name-regex\u003e"}],"source_content_type":"text/x-rst","patch_set":1,"id":"3fa7e38b_b40d0c90","line":351,"range":{"start_line":350,"start_character":0,"end_line":351,"end_character":37},"in_reply_to":"3fa7e38b_c4534115","updated":"2019-11-02 02:39:25.000000000","message":"++, a code snippet is a good idea","commit_id":"7c30f7c2445a35c0efefec59af017464126791eb"}]}
