mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
python3Packages.prox-tv: ignore unstable test
This commit is contained in:
parent
375fc4644c
commit
4a3bbec489
@ -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…
Reference in New Issue
Block a user