From b54d09c32dae3942f5d9affb2508b6d8fa739a06 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 12 Feb 2019 16:46:50 -0600 Subject: [PATCH] Placate Flake8 --- test/test_wrapper.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_wrapper.py b/test/test_wrapper.py index dd5bd976..9776b032 100644 --- a/test/test_wrapper.py +++ b/test/test_wrapper.py @@ -958,8 +958,7 @@ def test_coarse_grain_svm(ctx_factory): and dev.type & cl.device_type.CPU): pytest.xfail("AMD CPU doesn't do coarse-grain SVM") if ("AMD" in dev.platform.name - and dev.type & cl.device_type.GPU - ): + and dev.type & cl.device_type.GPU): pytest.xfail("AMD GPU crashes on SVM unmap") n = 3000 -- GitLab