mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix failing test
This is due to slightly modified output format
This commit is contained in:
@@ -9,4 +9,4 @@ def test_update_outdated_with_outdated_package(pipenv_instance_private_pypi, cmd
|
||||
p.pipenv(f"install {cmd_option} {package_name}==1.11")
|
||||
c = p.pipenv("update --outdated")
|
||||
assert isinstance(c.exception, SystemExit)
|
||||
assert c.stdout_bytes.decode("utf-8").startswith(f"Package '{package_name}' out-of-date:")
|
||||
assert f"Package '{package_name}' out-of-date:" in c.stdout_bytes.decode("utf-8")
|
||||
|
||||
Reference in New Issue
Block a user