From f7a906009e893baed972eafd8d52a89fcb1e923b Mon Sep 17 00:00:00 2001 From: DPE bot Date: Mon, 24 Apr 2017 13:12:09 -0700 Subject: [PATCH] Auto-update dependencies. [(#914)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/914) * Auto-update dependencies. * xfail the error reporting test * Fix lint --- samples/snippets/report_exception_test.py | 5 +++++ samples/snippets/requirements.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/samples/snippets/report_exception_test.py b/samples/snippets/report_exception_test.py index 1ec03d1e..fa51b03c 100644 --- a/samples/snippets/report_exception_test.py +++ b/samples/snippets/report_exception_test.py @@ -12,8 +12,13 @@ # See the License for the specific language governing permissions and # limitations under the License. +import pytest + import report_exception +@pytest.mark.xfail( + strict=True, + reason='GoogleCloudPlatform/google-cloud-python#3263') def test_error_sends(): report_exception.simulate_error() diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index f9e86ea8..27ed0c07 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1 +1 @@ -google-cloud-error-reporting==0.22.0 +google-cloud-error-reporting==0.24.1