-
Notifications
You must be signed in to change notification settings - Fork 57
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: 7427a41
buildURL: Build Status, Sponge
status: failed
Test output
self =@skip_for_mtls def test_reload_sink(self): SINK_NAME = "test-reload-sink%s" % (_RESOURCE_ID,) retry = RetryErrors((Conflict, ServiceUnavailable), max_tries=10)uri = self._init_bigquery_dataset()tests/system/test_system.py:855:
tests/system/test_system.py:797: in _init_bigquery_dataset
from google.cloud import bigquery
.nox/system-3-8/lib/python3.8/site-packages/google/cloud/bigquery/init.py:35: in
from google.cloud.bigquery.client import Client
.nox/system-3-8/lib/python3.8/site-packages/google/cloud/bigquery/client.py:64: in
from google.cloud.bigquery import _job_helpers
.nox/system-3-8/lib/python3.8/site-packages/google/cloud/bigquery/_job_helpers.py:24: in
from google.cloud.bigquery import job
.nox/system-3-8/lib/python3.8/site-packages/google/cloud/bigquery/job/init.py:17: in
from google.cloud.bigquery.job.base import _AsyncJob
.nox/system-3-8/lib/python3.8/site-packages/google/cloud/bigquery/job/base.py:27: in
from google.cloud.bigquery import _helpers
"""Shared helper functions for BigQuery API classes.""" import base64 import datetime import decimal import math import re from typing import Optional, Unionfrom dateutil import relativedelta
E ModuleNotFoundError: No module named 'dateutil'.nox/system-3-8/lib/python3.8/site-packages/google/cloud/bigquery/_helpers.py:24: ModuleNotFoundError