mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Skip test because truststore is now included.
This commit is contained in:
@@ -526,6 +526,7 @@ def test_install_does_not_exclude_packaging(pipenv_instance_pypi):
|
||||
@pytest.mark.basic
|
||||
@pytest.mark.install
|
||||
@pytest.mark.needs_internet
|
||||
@pytest.mark.skip(reason="pip 23.3 now vendors in truststore and so test assumptions invalid ")
|
||||
def test_install_will_supply_extra_pip_args(pipenv_instance_pypi):
|
||||
with pipenv_instance_pypi() as p:
|
||||
c = p.pipenv("""install -v dataclasses-json --extra-pip-args="--use-feature=truststore --proxy=test" """)
|
||||
|
||||
Reference in New Issue
Block a user