mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
skip other failing test -- won't be possible to support multiple indexes without using our resolver.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user