Skip to content

Commit

Permalink
Update unit test for #10167
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Jul 28, 2021
1 parent 8df3def commit 682ea04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,9 +934,9 @@ def test_deprecated_message_reads_well():

assert message == (
"DEPRECATION: Stop doing this! "
"pip 1.0 will remove support for this functionality. "
"This behavior change has been enforced since pip 1.0. "
"A possible replacement is to be nicer. "
"You can find discussion regarding this at "
"Discussion can be found at "
"https://github.com/pypa/pip/issues/100000."
)

Expand Down

0 comments on commit 682ea04

Please sign in to comment.