Skip to content

Commit

Permalink
Merge pull request #6038 from pypa/safety-test-failure
Browse files Browse the repository at this point in the history
Fix for the safety test failure in the CI
  • Loading branch information
matteius authored Dec 6, 2023
2 parents 210c24b + 4eb9256 commit da751e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da751e1

Please sign in to comment.