From 190ae9ce5e992b9d19d5b9aed8d71348caaf563a Mon Sep 17 00:00:00 2001 From: "[6~" <inform@tiker.net> Date: Sat, 23 May 2020 20:14:45 -0500 Subject: [PATCH] Remove extraneous comment in test_array.py --- test/test_array.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_array.py b/test/test_array.py index e9fb2ddd..521f6719 100644 --- a/test/test_array.py +++ b/test/test_array.py @@ -1317,8 +1317,6 @@ def test_outoforderqueue_reductions(ctx_factory): if __name__ == "__main__": - # make sure that import failures get reported, instead of skipping the - # tests. if len(sys.argv) > 1: exec(sys.argv[1]) else: -- GitLab