Skip to content

Commit 64b70d6

Browse files
committed
test: mark test xfail
1 parent 6c35985 commit 64b70d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fast/numpy/test_numpy_new_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
class TestScanNumpy(object):
13-
@pytest.mark.skipif(sys.version_info[:2] == (3, 14), reason="Fails when testing without pandas https://github.com/duckdb/duckdb-python/issues/48")
13+
@pytest.mark.xfail(sys.version_info[:2] == (3, 14), reason="Fails when testing without pandas https://github.com/duckdb/duckdb-python/issues/48")
1414
def test_scan_numpy(self, duckdb_cursor):
1515
z = np.array([1, 2, 3])
1616
res = duckdb_cursor.sql("select * from z").fetchall()

0 commit comments

Comments
 (0)