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.
_self_version_check_logic
1 parent 3518d32 commit e503141Copy full SHA for e503141
tests/unit/test_self_check_outdated.py
@@ -41,6 +41,7 @@ def test_pip_self_version_check_calls_underlying_implementation(
41
# GIVEN
42
mock_session = Mock()
43
fake_options = Values({"cache_dir": str(tmpdir)})
44
+ mocked_function.return_value = None
45
46
# WHEN
47
self_outdated_check.pip_self_version_check(mock_session, fake_options)
0 commit comments