forked from mirrors/nixpkgs
python-launcher: check with cargo-nextest
This commit is contained in:
parent
d3eb606296
commit
52153336fe
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue