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<Output = Result<Vec<api_user::TargetUser>, std::io::Error>>` in the current scope

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
nyanloutre
2025-12-12 14:46:19 +00:00
co-authored by Sandro
parent 4ce58f5726
commit e7d19ef88b
+3
View File
@@ -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"