Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 43ab91e

Browse filesBrowse files
authored
chore: Skip integration test for deprecated FCM API and bump pypy CI to 3.9 (#840)
* chore: Skip integration test for deprecated FCM API * chore: Bump pypy test version to 3.9
1 parent 1b131f0 commit 43ab91e
Copy full SHA for 43ab91e

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: integration/test_messaging.py
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.