Skip to content

Commit ec35829

Browse files
authored
Merge branch 'master' into auth-add-provider
2 parents 3816856 + 8ba819a commit ec35829

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ assignees: ''
77

88
---
99

10+
---
11+
**Thank you for submitting your issue. We are operating at reduced capacity from Dec 23 2024 to Jan 6 2025. Please expect delayed responses. For more urgent requests please reach us via our support channels https://firebase.google.com/support**
12+
13+
---
14+
1015
### [READ] Step 1: Are you in the right place?
1116

1217
* For issues related to __the code in this repository__ file a GitHub issue.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.8']
11+
python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9']
1212

1313
steps:
1414
- uses: actions/checkout@v4

integration/test_messaging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def test_send_all_500():
197197
assert response.exception is None
198198
assert re.match('^projects/.*/messages/.*$', response.message_id)
199199

200+
@pytest.mark.skip(reason="Replaced with test_send_each_for_multicast")
200201
def test_send_multicast():
201202
multicast = messaging.MulticastMessage(
202203
notification=messaging.Notification('Title', 'Body'),

0 commit comments

Comments
 (0)