"""Pytest configuration. BOT_TOKEN no longer required at import; set for tests that need it.""" import os if not os.environ.get("BOT_TOKEN"): os.environ["BOT_TOKEN"] = "test-token-for-pytest"