Unverified Commit 5b7eef5e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #231302 from natsukium/pdm/update

pdm: 2.5.2 -> 2.6.1
parents d168dd34 6953c766
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@ in
with python.pkgs;
buildPythonApplication rec {
  pname = "pdm";
  version = "2.5.2";
  version = "2.6.1";
  format = "pyproject";
  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-MIy7dmfPju+x9gB3Hgke4BAC9UVagwTsBLql21HMvMc=";
    hash = "sha256-EFlYhJovjZqp7yGDosUOrp60rEf8gScs1QT92ckO3qI=";
  };

  nativeBuildInputs = [
@@ -68,6 +68,7 @@ buildPythonApplication rec {
    pytest-mock
    pytest-rerunfailures
    pytest-xdist
    pytest-httpserver
  ];

  pytestFlagsArray = [