pyflame: use pytest -v to see which tests are skipped

This commit is contained in:
Ivan Kozik 2018-12-25 10:28:34 +00:00 committed by Frederik Rietdijk
parent 4de4d2e57a
commit 175827f1ed

View file

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