Commit f149551a authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.pytest-describe: unpin uv-build

parent 28817a88
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -28,6 +28,11 @@ buildPythonPackage {
    hash = "sha256-ygrZwd1cO9arekdzqn5Axjz4i9Q0QKFA/OS6QSIvP9Y=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail "uv_build>=0.9.4,<0.10.0" uv_build
  '';

  build-system = [ uv-build ];

  buildInputs = [ pytest ];