Skip to content

Commit

Permalink
Update tests/test_tox_to_nox.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jan 15, 2025
1 parent 4854c15 commit f9c07ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_tox_to_nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,6 @@ def test_commands_with_requirements(makeconfig: Callable[[str], str]) -> None:
""")
)

# This is equivalent
result = result.replace("'-rrequirements", "'-r', 'requirements")

assert (
result
== textwrap.dedent(f"""
Expand Down

0 comments on commit f9c07ac

Please sign in to comment.