Skip to content

Commit 2f478bb

Browse files
Xfail generic typevar test
1 parent 7e43601 commit 2f478bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/eudsl-python-extras/tests/dialect/test_gpu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ def fun2[foo, bar, A: foo + bar]():
625625
)
626626

627627

628+
@pytest.mark.xfail(reason="TODO: reification of ")
628629
@pytest.mark.skipif(
629630
sys.version_info < (3, 12) or platform.system() == "Windows",
630631
reason="requires python3.12 or higher (and windows can't find the source file)",

0 commit comments

Comments
 (0)