Skip to content

Commit

Permalink
Update invalid requirements file test assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Jun 27, 2024
1 parent 3bcfa24 commit d15e426
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/pip_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ fn pip_install_error() {
assert_contains!(
context.pack_stderr,
indoc! {"
ERROR: Invalid requirement: 'an-invalid-requirement!' (from line 1 of requirements.txt)
ERROR: Invalid requirement: 'an-invalid-requirement!': Expected end or semicolon (after name and no valid version specifier)
an-invalid-requirement!
^ (from line 1 of requirements.txt)
[Error: Unable to install dependencies using pip]
The 'pip install' command to install the application's dependencies from
Expand Down

0 comments on commit d15e426

Please sign in to comment.