We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47b587 commit dc696c2Copy full SHA for dc696c2
tests/unit/test_self_check_outdated.py
@@ -38,6 +38,7 @@ def test_get_statefile_name_known_values(key: str, expected: str) -> None:
38
@freeze_time("1970-01-02T11:00:00Z")
39
@patch("pip._internal.self_outdated_check._self_version_check_logic")
40
@patch("pip._internal.self_outdated_check.SelfCheckState")
41
+@patch("pip._internal.self_outdated_check.check_externally_managed", new=lambda: None)
42
def test_pip_self_version_check_calls_underlying_implementation(
43
mocked_state: Mock, mocked_function: Mock, tmpdir: Path
44
) -> None:
0 commit comments