From 6daa947bc7de17850b03d9a2e9d30fff2ac203a5 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Sat, 17 Jun 2023 12:17:33 -0400 Subject: [PATCH] skip other failing test -- won't be possible to support multiple indexes without using our resolver. --- tests/integration/test_lock.py | 1 + 1 file changed, 1 insertion(+) 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