From b878b12fda3137ca83a33fe1cb5f376bd8bda940 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Tue, 2 Oct 2018 16:11:35 -0400 Subject: [PATCH] Skip README benchmark --- benchmark/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 622fe25a9..644b5e2ae 100644 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -10,7 +10,7 @@ sys.path.insert( import conftest -SKIP = set(['fft', 'hyantes']) +SKIP = set(['fft', 'hyantes', 'README']) def run_native(hostpython, code):