We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6044ea0 commit d899bcfCopy full SHA for d899bcf
tests/fast/numpy/test_numpy_new_path.py
@@ -10,7 +10,6 @@
10
11
12
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")
14
def test_scan_numpy(self, duckdb_cursor):
15
z = np.array([1, 2, 3])
16
res = duckdb_cursor.sql("select * from z").fetchall()
0 commit comments