Skip to content

Commit 48dc9f4

Browse files
authored
Merge pull request #10447 from jdufresne/fix-test-fail
2 parents 1ca0807 + 8c5d355 commit 48dc9f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

news/753e9f4f-32d3-4986-a78a-f84406ea752a.trivial.rst

Whitespace-only changes.

tests/functional/test_install_reqs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_requirements_file(script, with_wheel):
6262
Test installing from a requirements file.
6363
6464
"""
65-
other_lib_name, other_lib_version = "anyjson", "0.3"
65+
other_lib_name, other_lib_version = "peppercorn", "0.6"
6666
script.scratch_path.joinpath("initools-req.txt").write_text(
6767
textwrap.dedent(
6868
f"""\
@@ -157,7 +157,7 @@ def test_multiple_requirements_files(script, tmpdir, with_wheel):
157157
Test installing from multiple nested requirements files.
158158
159159
"""
160-
other_lib_name, other_lib_version = "anyjson", "0.3"
160+
other_lib_name, other_lib_version = "six", "1.16.0"
161161
script.scratch_path.joinpath("initools-req.txt").write_text(
162162
textwrap.dedent(
163163
"""

0 commit comments

Comments
 (0)