Unverified Commit 5115ec98 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.wgpu-py: remove explicit updateScript (#395626)

parents 9da6c733 43826850
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@
  # passthru
  wgpu-py,
  testers,
  nix-update-script,
}:
buildPythonPackage rec {
  pname = "wgpu-py";
@@ -107,7 +106,6 @@ buildPythonPackage rec {
  doCheck = false;

  passthru = {
    updateScript = nix-update-script { rev-prefix = "v"; };
    tests =
      {
        version = testers.testVersion {