Skip to content

Commit 187542a

Browse files
ichard26hugovk
andauthored
Update Lib/test/test_pyrepl/test_pyrepl.py
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 838ae28 commit 187542a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pyrepl/test_pyrepl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ def test_showrefcount(self):
17611761
def test_detect_pip_usage_in_repl(self):
17621762
for pip_cmd in ("pip", "pip3", "python -m pip", "python3 -m pip"):
17631763
with self.subTest(pip_cmd=pip_cmd):
1764-
output, exit_code = self.run_repl([f"{pip_cmd} install antigravity", "exit"])
1764+
output, exit_code = self.run_repl([f"{pip_cmd} install sampleproject", "exit"])
17651765
self.assertIn("SyntaxError", output)
17661766
hint = (
17671767
"The Python package manager (pip) can only be used"

0 commit comments

Comments
 (0)