mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pyflame: use pytest -v to see which tests are skipped
This commit is contained in:
parent
4de4d2e57a
commit
175827f1ed
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ stdenv.mkDerivation rec {
|
|||
PYMAJORVERSION=${lib.substring 0 1 python.version} \
|
||||
PATH=${lib.makeBinPath [ coreutils ]}\
|
||||
PYTHONPATH= \
|
||||
${python.pkgs.pytest}/bin/pytest tests/
|
||||
${python.pkgs.pytest}/bin/pytest -v tests/
|
||||
set +x
|
||||
'') (lib.filter (x: x != null) buildInputs);
|
||||
|
||||
|
|
Loading…
Reference in a new issue