Skip to content

Commit f7a9060

Browse files
dpebotJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Auto-update dependencies. [(#914)](GoogleCloudPlatform/python-docs-samples#914)
* Auto-update dependencies. * xfail the error reporting test * Fix lint
1 parent d0e673d commit f7a9060

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

samples/snippets/report_exception_test.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
import pytest
16+
1517
import report_exception
1618

1719

20+
@pytest.mark.xfail(
21+
strict=True,
22+
reason='GoogleCloudPlatform/google-cloud-python#3263')
1823
def test_error_sends():
1924
report_exception.simulate_error()

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-error-reporting==0.22.0
1+
google-cloud-error-reporting==0.24.1

0 commit comments

Comments
 (0)