We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc25d3c commit 936da93Copy full SHA for 936da93
tests/integration/test_cli.py
@@ -142,7 +142,7 @@ def test_pipenv_graph_reverse(pipenv_instance_private_pypi):
142
assert (
143
openpyxl_dep is None
144
), f"openpyxl should not appear at beginning of lines in {output}"
145
- assert re.search("openpyxl==2.5.4\\s*\\[requires:\\ et-xmlfile\\]", output)
+ assert re.search("openpyxl==2.5.4\\s*\\[requires:\\s*et-xmlfile\\]", output)
146
else:
147
dep_match = re.search(
148
rf"^[ -]*{dep_name}==[\d.]+$",
0 commit comments