Skip to content

Commit 31bc083

Browse files
committed
make pip freeze test more flexible
1 parent 06cbbce commit 31bc083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_freeze.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_freeze_basic():
5353
expected = textwrap.dedent("""\
5454
Script result: pip freeze
5555
-- stdout: --------------------
56-
simple==2.0
56+
...simple==2.0
5757
simple2==3.0...
5858
<BLANKLINE>""")
5959
_check_output(result, expected)

0 commit comments

Comments
 (0)