python-launcher: check with cargo-nextest

This commit is contained in:
figsoda 2022-11-28 17:00:44 -05:00
parent d3eb606296
commit 52153336fe

View file

@ -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";