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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user