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

python3Packages.prox-tv: ignore unstable test
This commit is contained in:
Artturi
2022-05-10 13:39:02 +03:00
committed by GitHub
@@ -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 ];