about summary refs log tree commit diff
path: root/pkgs/tools/package-management/pdm/check-update.patch
blob: 9bc216177e5b3d4ef01947c2129334dcadca975f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tests/conftest.py b/tests/conftest.py
index d310d36..e15d398 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -252,6 +252,7 @@ def project_no_init(tmp_path, mocker):
     old_config_map = Config._config_map.copy()
     tmp_path.joinpath("caches").mkdir(parents=True)
     p.global_config["cache_dir"] = tmp_path.joinpath("caches").as_posix()
+    p.global_config["check_update"] = False
     do_use(p, getattr(sys, "_base_executable", sys.executable))
     with temp_environ():
         os.environ.pop("VIRTUAL_ENV", None)