summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2023-03-12 17:38:31 +0100
committerPradyun Gedam <pradyunsg@gmail.com>2023-03-27 11:56:16 +0100
commit6adb7af0aa4a80d283f1bc9ea6805d5718e13fff (patch)
treeacfdb7927dfd528a448a93bfc879a8a3025e36d9 /tests
parentade38264b271e2d02e0a2e00f2626c7e3c4e9ab1 (diff)
downloadpip-6adb7af0aa4a80d283f1bc9ea6805d5718e13fff.tar.gz
Deprecate --build-option and --global-option
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/test_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/test_install.py b/tests/functional/test_install.py
index 5d2f78c25..f3a12065a 100644
--- a/tests/functional/test_install.py
+++ b/tests/functional/test_install.py
@@ -843,7 +843,7 @@ def test_install_global_option(script: PipTestEnvironment) -> None:
assert "INITools==0.1\n" in result.stdout
assert not result.files_created
assert "Implying --no-binary=:all:" in result.stderr
- assert "Consider using --config-settings" in result.stderr
+ assert "A possible replacement is to use --config-settings" in result.stderr
def test_install_with_hacked_egg_info(