mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Update test_pipenv_check to ignore new vulnerability with wheel<0.38
This commit is contained in:
@@ -152,7 +152,7 @@ def test_pipenv_check(pipenv_instance_private_pypi):
|
||||
assert c.returncode == 0
|
||||
c = p.pipenv('install six')
|
||||
assert c.returncode == 0
|
||||
c = p.pipenv('check --ignore 35015')
|
||||
c = p.pipenv('check --ignore 35015 --ignore 51499')
|
||||
assert c.returncode == 0
|
||||
assert 'Ignoring' in c.stderr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user