From 3dc913cc1b1febe865e886e8cb151795ea4250e0 Mon Sep 17 00:00:00 2001 From: Christian Harke Date: Sat, 27 May 2023 13:30:24 +0200 Subject: [PATCH] pycaption: Disable tests There is a known issue with the test code in the upstream (see pbs/pycaption#304). --- pkgs/development/python-modules/pycaption/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pycaption/default.nix b/pkgs/development/python-modules/pycaption/default.nix index ad1c7c1cec50..e1e1e37f0c65 100644 --- a/pkgs/development/python-modules/pycaption/default.nix +++ b/pkgs/development/python-modules/pycaption/default.nix @@ -38,6 +38,8 @@ buildPythonPackage rec { pytestCheckHook ]; + doCheck = false; + meta = with lib; { changelog = "https://github.com/pbs/pycaption/blob/${version}/docs/changelog.rst"; description = "Closed caption converter";