about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/python-launcher/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/python-launcher/default.nix')
-rw-r--r--pkgs/development/tools/misc/python-launcher/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/python-launcher/default.nix b/pkgs/development/tools/misc/python-launcher/default.nix
index 13863849caa94..f8023022bcdc8 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";