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 eaee69d commit 25b722fCopy full SHA for 25b722f
tests/unit_tests/cli/hub/test_install.py
@@ -138,7 +138,9 @@ def parsebytes(self, *args):
138
debug_calls = [
139
call("running pip show pip"),
140
call("decoding output from pip show pip"),
141
- call("json parse exception in decoding output from pip show pip. Falling back to accumulating the byte stream")
+ call(
142
+ "json parse exception in decoding output from pip show pip. Falling back to accumulating the byte stream"
143
+ ),
144
]
145
mock_logger_debug.assert_has_calls(debug_calls)
146
0 commit comments