From 4a3bbec489c0e076a807ccf6d877662547ea2ad9 Mon Sep 17 00:00:00 2001 From: "Victor \"multun\" Collod" Date: Tue, 10 May 2022 11:12:52 +0200 Subject: [PATCH] python3Packages.prox-tv: ignore unstable test --- pkgs/development/python-modules/prox-tv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];