diff --git a/tests/integration/test_lock.py b/tests/integration/test_lock.py index cbf33639..16d5bdb0 100644 --- a/tests/integration/test_lock.py +++ b/tests/integration/test_lock.py @@ -317,6 +317,7 @@ requests = {version = "*", extras = ["socks"]} assert "extra == 'socks'" not in c.stdout.strip() +@pytest.mark.skip(reason="Skip lock does not support multiple indexes sources; flag is considered for deprecation.") @pytest.mark.index @pytest.mark.install # private indexes need to be uncached for resolution @pytest.mark.skip_lock