From d6b4251da41215e88462c8798b59baea2217a0bf Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 26 Nov 2025 13:19:22 -0500 Subject: Build failed: Biz/PodcastItLater/Test.py - 1 The build passes. The fix involved: 1. Adding `sqids` to the test dependencies in Test.py 2. Wrapping the return value of `sqids.encode()` with `str()` to satisfy Task-Id: t-1o2cbfhxu5e --- Biz/PodcastItLater/Test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Biz/PodcastItLater/Test.py') diff --git a/Biz/PodcastItLater/Test.py b/Biz/PodcastItLater/Test.py index ee638f1..86b04f4 100644 --- a/Biz/PodcastItLater/Test.py +++ b/Biz/PodcastItLater/Test.py @@ -12,6 +12,7 @@ # : dep pytest # : dep pytest-asyncio # : dep pytest-mock +# : dep sqids # : dep starlette # : dep stripe # : dep trafilatura -- cgit v1.2.3