From 4eb9256e2682e3dbacb585647ed0daa4b47841b0 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 6 Dec 2023 02:31:01 -0500 Subject: [PATCH] Try fixing the CI --- tests/integration/test_cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/test_cli.py b/tests/integration/test_cli.py index c31fa40e..67bf936d 100644 --- a/tests/integration/test_cli.py +++ b/tests/integration/test_cli.py @@ -150,6 +150,8 @@ def test_pipenv_check(pipenv_instance_private_pypi): assert c.returncode == 0 c = p.pipenv('install six') assert c.returncode == 0 + c = p.pipenv("run python -m pip install --upgrade pip") + assert c.returncode == 0 # Note: added # 51457: py <=1.11.0 resolved (1.11.0 installed)! # this is installed via pytest, and causes a false positive