Merge pull request #172309 from multun/prox-tv-fix-build-again

python3Packages.prox-tv: ignore unstable test
main
Artturi 2 years ago committed by GitHub
commit 54cb2255fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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