Skip to content

Commit d899bcf

Browse files
committed
tests: revert xfail for 3.14 now that duckdb#48 is merged
1 parent 6044ea0 commit d899bcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/fast/numpy/test_numpy_new_path.py

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

1111

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

0 commit comments

Comments
 (0)