From 52153336fef629cf60422c9265e757f5ade160b6 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 28 Nov 2022 17:00:44 -0500 Subject: [PATCH] python-launcher: check with cargo-nextest --- pkgs/development/tools/misc/python-launcher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/python-launcher/default.nix b/pkgs/development/tools/misc/python-launcher/default.nix index 13863849caa9..f8023022bcdc 100644 --- a/pkgs/development/tools/misc/python-launcher/default.nix +++ b/pkgs/development/tools/misc/python-launcher/default.nix @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec { checkInputs = [ python3 ]; - dontUseCargoParallelTests = true; + useNextest = true; meta = with lib; { description = "An implementation of the `py` command for Unix-based platforms";