Skip to content

Commit d10e74a

Browse files
committed
disable doctest
1 parent 8daee37 commit d10e74a

File tree

1 file changed

+1
-1
lines changed
  • third_party/bigframes_vendored/pandas/core

1 file changed

+1
-1
lines changed

third_party/bigframes_vendored/pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def to_gbq(
419419
>>> df = bpd.DataFrame({'col1': [1, 2], 'col2': [3, 4]})
420420
>>> destination = df.to_gbq(ordering_id="ordering_id")
421421
>>> # The table created can be read outside of the current session.
422-
>>> bpd.close_session() # Optional, to demonstrate a new session.
422+
>>> bpd.close_session() # Optional, to demonstrate a new session. # doctest: +SKIP
423423
>>> bpd.read_gbq(destination, index_col="ordering_id")
424424
col1 col2
425425
ordering_id

0 commit comments

Comments
 (0)