Merge pull request #172309 from multun/prox-tv-fix-build-again
python3Packages.prox-tv: ignore unstable test
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user