Martin Weinelt
2025-08-09 19:05:14 +02:00
parent e6097fcb56
commit 90ae615e0c
+5 -2
View File
@@ -28,7 +28,7 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "pdm";
version = "2.24.2";
version = "2.25.5";
pyproject = true;
disabled = python.pkgs.pythonOlder "3.8";
@@ -37,7 +37,7 @@ python.pkgs.buildPythonApplication rec {
owner = "pdm-project";
repo = "pdm";
tag = version;
hash = "sha256-z2p7guCQrKpDSYRHaGcHuwoTDsprrvJo9SH3sGBILSQ=";
hash = "sha256-OXwtmcwRYRL9CZwAoJz9ID9oI3zz+5MkvU0vI5NjvEE=";
};
pythonRelaxDeps = [ "hishel" ];
@@ -126,6 +126,9 @@ python.pkgs.buildPythonApplication rec {
"test_use_python_write_file_multiple_versions"
"test_repository_get_token_from_oidc"
"test_repository_get_token_misconfigured_github"
# https://github.com/pdm-project/pdm/issues/3590
"test_install_from_lock_with_higher_version"
];
__darwinAllowLocalNetworking = true;