From e7d19ef88b7cc82b64affdb8fae734fbb825259f Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Fri, 5 Dec 2025 13:33:51 +0000 Subject: [PATCH] tuliprox: disable tests in 3.2.0 tests are broken in this version and will return an error no method named `is_ok` found for opaque type `impl futures::Future, std::io::Error>>` in the current scope Co-authored-by: Sandro --- pkgs/by-name/tu/tuliprox/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/tu/tuliprox/package.nix b/pkgs/by-name/tu/tuliprox/package.nix index 0b5cab8ec578..98b049f12be4 100644 --- a/pkgs/by-name/tu/tuliprox/package.nix +++ b/pkgs/by-name/tu/tuliprox/package.nix @@ -56,6 +56,9 @@ rustPlatform.buildRustPackage rec { popd ''; + # Tests don't compile in 3.2.0 + doCheck = lib.versionAtLeast version "3.2.1"; + checkFlags = [ "--skip=processing::parser::xmltv::tests::normalize" "--skip=processing::parser::xtream::tests::test_read_json_file_into_struct"