diff --git a/pkgs/development/python-modules/prox-tv/default.nix b/pkgs/development/python-modules/prox-tv/default.nix index 0aaf105a52f..1202d45efa4 100644 --- a/pkgs/development/python-modules/prox-tv/default.nix +++ b/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 ];