From b14e1a122a3156813522691c7a73c0797cee7cf3 Mon Sep 17 00:00:00 2001 From: Adrian Catangiu Date: Wed, 13 May 2020 10:43:22 +0300 Subject: [PATCH] tests: enough to run rustfmt on single arch Signed-off-by: Adrian Catangiu --- tests/integration_tests/build/test_style.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/build/test_style.py b/tests/integration_tests/build/test_style.py index c46eee73a95..cee6febe38c 100644 --- a/tests/integration_tests/build/test_style.py +++ b/tests/integration_tests/build/test_style.py @@ -16,7 +16,7 @@ @pytest.mark.timeout(120) @pytest.mark.skipif( platform.machine() != "x86_64", - reason="rustfmt is not available on Rust 1.38 on aarch64" + reason="no need to test it on multiple platforms" ) def test_rust_style(): """Fail if there's misbehaving Rust style in this repo."""