This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.
commit: 4beeb54
buildURL: Build Status, Sponge
status: failed
Test output
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7fa1145fb070>
recwarn = WarningsRecorder(record=True)
def test_to_gbq_with_verbose_old_pandas_no_warnings(monkeypatch, recwarn):
monkeypatch.setattr(
type(FEATURES),
"pandas_has_deprecated_verbose",
mock.PropertyMock(return_value=False),
)
try:
gbq.to_gbq(
DataFrame([[1]]),
"dataset.tablename",
project_id="my-project",
verbose=True,
)
except gbq.TableCreationError:
pass
E assert 1 == 0
E + where 1 = len(WarningsRecorder(record=True))
tests/unit/test_gbq.py:207: AssertionError
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quietlabel andI will stop commenting.
commit: 4beeb54
buildURL: Build Status, Sponge
status: failed
Test output