python3Packages.prox-tv: ignore unstable test

This commit is contained in:
Victor "multun" Collod 2022-05-10 11:12:52 +02:00
parent 375fc4644c
commit 4a3bbec489

View File

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