Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Oct 12, 2024
1 parent fe70acf commit 95a318e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def test_pipenv_graph_reverse(pipenv_instance_private_pypi):
assert (
openpyxl_dep is None
), f"openpyxl should not appear at beginning of lines in {output}"
assert re.search(r"openpyxl==2.5.4\\s*\\[requires:\\s*et-xmlfile\\]", output, flags=re.MULTILINE | re.IGNORECASE)
assert re.search(r"openpyxl==2\.5\.4\s*\[requires:\s*et-xmlfile\]", output, flags=re.MULTILINE | re.IGNORECASE)
else:
dep_match = re.search(
rf"^[ -]*{dep_name}==[\d.]+$",
Expand Down

0 comments on commit 95a318e

Please sign in to comment.