Skip to content

Commit

Permalink
Moar tests getting updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jul 27, 2020
1 parent b9ff93f commit 3962f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ def test_install_conflict_results_in_warning(script, data):
result2 = script.pip(
'install', '--no-index', pkgB_path, allow_stderr_error=True,
)
assert "pkga 1.0 has requirement pkgb==1.0" in result2.stderr, str(result2)
assert "pkga 1.0 requires pkgb==1.0" in result2.stderr, str(result2)
assert "Successfully installed pkgB-2.0" in result2.stdout, str(result2)


Expand Down

0 comments on commit 3962f9d

Please sign in to comment.