Skip to content

Commit

Permalink
Auto-update dependencies. [(#914)](GoogleCloudPlatform/python-docs-sa…
Browse files Browse the repository at this point in the history
…mples#914)

* Auto-update dependencies.

* xfail the error reporting test

* Fix lint
  • Loading branch information
dpebot authored and Jon Wayne Parrott committed Apr 24, 2017
1 parent d0e673d commit f7a9060
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions samples/snippets/report_exception_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-error-reporting==0.22.0
google-cloud-error-reporting==0.24.1

0 comments on commit f7a9060

Please sign in to comment.