pyflame: use pytest -v to see which tests are skipped
This commit is contained in:
parent
4de4d2e57a
commit
175827f1ed
@ -94,7 +94,7 @@ stdenv.mkDerivation rec {
|
|||||||
PYMAJORVERSION=${lib.substring 0 1 python.version} \
|
PYMAJORVERSION=${lib.substring 0 1 python.version} \
|
||||||
PATH=${lib.makeBinPath [ coreutils ]}\
|
PATH=${lib.makeBinPath [ coreutils ]}\
|
||||||
PYTHONPATH= \
|
PYTHONPATH= \
|
||||||
${python.pkgs.pytest}/bin/pytest tests/
|
${python.pkgs.pytest}/bin/pytest -v tests/
|
||||||
set +x
|
set +x
|
||||||
'') (lib.filter (x: x != null) buildInputs);
|
'') (lib.filter (x: x != null) buildInputs);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user