summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2023-03-27 17:52:53 +0200
committerGitHub <noreply@github.com>2023-03-27 17:52:53 +0200
commit2cf9db2b5d923eddb8990c8a0153c7b688ffaf0a (patch)
tree34ffed194bf642b9aff0710e96624c7addc074a0 /tests
parent0187bf61827df64cdccaef84578d0343fb0120e9 (diff)
parent6adb7af0aa4a80d283f1bc9ea6805d5718e13fff (diff)
downloadpip-2cf9db2b5d923eddb8990c8a0153c7b688ffaf0a.tar.gz
Merge pull request #11861 from sbidoul/deprecate-build-global-option-sbi
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 12f9c0141..97ccfa911 100644
--- a/tests/functional/test_install.py
+++ b/tests/functional/test_install.py
@@ -834,7 +834,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(