python3Packages.prox-tv: ignore unstable test

main
Victor "multun" Collod 2 years ago
parent 375fc4644c
commit 4a3bbec489
  1. 2
      pkgs/development/python-modules/prox-tv/default.nix

@ -31,7 +31,7 @@ buildPythonPackage {
# this test is known to fail on darwin
checkPhase = ''
nosetests ${lib.optionalString stdenv.isDarwin " --exclude=test_tv2_1d"}
nosetests --exclude=test_tvp_1d ${lib.optionalString stdenv.isDarwin " --exclude=test_tv2_1d"}
'';
propagatedNativeBuildInputs = [ cffi ];

Loading…
Cancel
Save