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):