Skip to content

Commit 21f4337

Browse files
committed
Fixed skip test check
1 parent ab7cf07 commit 21f4337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test/test_tensor_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_type_float_double_incorrect():
8282

8383
assert np.all(tensor_out.data() != arr_in_a * arr_in_b)
8484

85-
@pytest.mark.skipif("swiftshader" in os.environ.get("VK_ICD_FILENAMES"),
85+
@pytest.mark.skipif("swiftshader" in os.environ.get("VK_ICD_FILENAMES", ""),
8686
reason="Swiftshader doesn't support double")
8787
def test_type_double():
8888

0 commit comments

Comments
 (0)