Skip to content

Commit

Permalink
Merge pull request #10447 from jdufresne/fix-test-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr authored Sep 10, 2021
2 parents 1ca0807 + 8c5d355 commit 48dc9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file.
4 changes: 2 additions & 2 deletions tests/functional/test_install_reqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_requirements_file(script, with_wheel):
Test installing from a requirements file.
"""
other_lib_name, other_lib_version = "anyjson", "0.3"
other_lib_name, other_lib_version = "peppercorn", "0.6"
script.scratch_path.joinpath("initools-req.txt").write_text(
textwrap.dedent(
f"""\
Expand Down Expand Up @@ -157,7 +157,7 @@ def test_multiple_requirements_files(script, tmpdir, with_wheel):
Test installing from multiple nested requirements files.
"""
other_lib_name, other_lib_version = "anyjson", "0.3"
other_lib_name, other_lib_version = "six", "1.16.0"
script.scratch_path.joinpath("initools-req.txt").write_text(
textwrap.dedent(
"""
Expand Down

0 comments on commit 48dc9f4

Please sign in to comment.