pypyPackages.subprocess32: don't run tests

This commit is contained in:
Domen Kožar 2014-10-30 23:14:54 +01:00
parent 0467a79129
commit 5b2b008ea9

View File

@ -8732,6 +8732,8 @@ let
buildInputs = [ pkgs.bash ];
doCheck = !isPyPy;
preConfigure = ''
substituteInPlace test_subprocess32.py \
--replace '/usr/' '${pkgs.bash}/'