Skip to content

Commit 04e9b0a

Browse files
committed
skip doctest +SKIP
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 2a11acd commit 04e9b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vortex-python/src/io.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub fn read_url<'py>(
108108
/// ... {'x': 11},
109109
/// ... {'x': None},
110110
/// ... ])
111-
/// >>> vx.io.write(a, "a.vortex")
111+
/// >>> vx.io.write(a, "a.vortex") # doctest: +SKIP
112112
///
113113
/// Stream a PyArrow Table directly to Vortex without loading into memory:
114114
///
@@ -121,7 +121,7 @@ pub fn read_url<'py>(
121121
///
122122
/// >>> import pyarrow as pa
123123
/// >>> import vortex as vx
124-
/// >>> reader = pa.RecordBatchReader.from_batches(schema, batches)
124+
/// >>> reader = pa.RecordBatchReader.from_batches(schema, batches) # doctest: +SKIP
125125
/// >>> vx.io.write(reader, "streamed.vortex") # doctest: +SKIP
126126
///
127127
#[pyfunction]

0 commit comments

Comments
 (0)