{"library":"pytest-random-order","install":[{"cmd":"pip install pytest-random-order","imports":["No direct Python import is typically used for plugin activation; it's managed by pytest. For specific test control, markers are used.","import pytest\n\n@pytest.mark.random_order(disabled=True)\ndef test_something_not_randomized():\n    pass"]}]}