pdm: 2.24.2 -> 2.25.5
https://github.com/pdm-project/pdm/releases/tag/2.25.0 https://github.com/pdm-project/pdm/releases/tag/2.25.1 https://github.com/pdm-project/pdm/releases/tag/2.25.2 https://github.com/pdm-project/pdm/releases/tag/2.25.3 https://github.com/pdm-project/pdm/releases/tag/2.25.4 https://github.com/pdm-project/pdm/releases/tag/2.25.5
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user