Closed
Description
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 0x7fa1147a0400> recwarn = WarningsRecorder(record=True)def test_to_gbq_wo_verbose_w_new_pandas_no_warnings(monkeypatch, recwarn): monkeypatch.setattr( type(FEATURES), "pandas_has_deprecated_verbose", mock.PropertyMock(return_value=True), ) try: gbq.to_gbq(DataFrame([[1]]), "dataset.tablename", project_id="my-project") except gbq.TableCreationError: pass
assert len(recwarn) == 0
E assert 1 == 0
E + where 1 = len(WarningsRecorder(record=True))tests/unit/test_gbq.py:189: AssertionError
Metadata
Metadata
Assignees
Labels
Issues related to the googleapis/python-bigquery-pandas API.Tells the Flaky Bot not to close or comment on this issue.An issue filed by the Flaky Bot. Should not be added manually.Moderately-important priority. Fix may not be included in next release.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.