From: Ole Streicher <olebole@debian.org>
Date: Sat, 29 Oct 2022 09:34:26 +0200
Subject: Disable fetching of latest patch in test

---
 compatibility_tests/test_file_compatibility.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/compatibility_tests/test_file_compatibility.py b/compatibility_tests/test_file_compatibility.py
index 05fae29..5acb26a 100644
--- a/compatibility_tests/test_file_compatibility.py
+++ b/compatibility_tests/test_file_compatibility.py
@@ -74,8 +74,7 @@ def fetch_latest_patch_versions(package_name):
 
 # Enable internet here, otherwise pytest_remotedata will complain
 # (and @pytest.mark.remote_data doesn't work on non-test methods).
-with internet_temporarily_enabled():
-    PATCH_VERSIONS = fetch_latest_patch_versions("asdf")
+PATCH_VERSIONS = []
 
 
 def env_run(env_path, command, *args, **kwargs):
