From 444b5e96fa2829c29cfd7ecdc84d89f83a1441da Mon Sep 17 00:00:00 2001 From: kshitijk4poor <82637225+kshitijk4poor@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:15:52 +0530 Subject: [PATCH] chore(release): map arnispiekus in AUTHOR_MAP For PR #63581 salvage (telegram: require getUpdates progress before polling is healthy). --- scripts/release.py | 1 + tests/test_telegram_polling_progress_ptb.py | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release.py b/scripts/release.py index d6568f505e87..d13802599769 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -84,6 +84,7 @@ AUTHOR_MAP = { "blueirobin02@gmail.com": "irresi", # PR #59048 salvage (gateway: scope reset banners' session info to the serving profile; #59003) "jashlee+microsoft@microsoft.com": "s905060", # PR #57943 salvage (photon: auto-reinstall stale sidecar node_modules when lockfile is newer than npm's install marker; #59169) "lohinth25@proton.me": "l0h1nth", # PR #32210 salvage (mattermost: accept leading-space slash commands from mobile clients; #25184) + "roseycomanagement@roseyco.co.uk": "arnispiekus", # PR #63581 salvage (telegram: require getUpdates progress before polling is healthy; #63243) "perkintahmaz50@gmail.com": "devatnull", # PR #58704 salvage (whatsapp: native Baileys polls, clarify-as-poll, location pins, structured quoted replies, PTT/audio split, bridge_helpers extraction) "tim@iteachyouai.com": "tjp2021", # PR #4097 salvage (copilot: per-turn x-initiator header so user prompts bill as premium requests; #3040) "39274208+falkoro@users.noreply.github.com": "falkoro", # PRs #58519/#58520 salvage (config: env-ref-aware load_config cache invalidation; auxiliary: honor auxiliary..base_url/api_key with explicit provider arg) diff --git a/tests/test_telegram_polling_progress_ptb.py b/tests/test_telegram_polling_progress_ptb.py index 11f3858670f4..c25c50335820 100644 --- a/tests/test_telegram_polling_progress_ptb.py +++ b/tests/test_telegram_polling_progress_ptb.py @@ -3,8 +3,7 @@ import asyncio import pytest - -pytest.importorskip("telegram") # PTB is an optional dependency; skip if absent. +pytest.importorskip("telegram", reason="python-telegram-bot not installed") from telegram.error import Conflict, TelegramError from telegram.request import BaseRequest