From f1ee2a545e9178e893e533b82a268fba75610bde Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Tue, 21 Jan 2025 22:46:56 +0200 Subject: [PATCH] chore(fal): remove unused tomli req (#392) Forgot to commit it #383 --- projects/fal/src/fal/api.py | 1 - projects/fal/tests/test_stability.py | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/fal/src/fal/api.py b/projects/fal/src/fal/api.py index 9dba7c61..8fac456e 100644 --- a/projects/fal/src/fal/api.py +++ b/projects/fal/src/fal/api.py @@ -77,7 +77,6 @@ "uvicorn", "starlette_exporter", "structlog", - "tomli", ] diff --git a/projects/fal/tests/test_stability.py b/projects/fal/tests/test_stability.py index 4814ee75..cc762cbe 100644 --- a/projects/fal/tests/test_stability.py +++ b/projects/fal/tests/test_stability.py @@ -595,7 +595,9 @@ def test_fal_storage(isolated_client, repo_type, url_prefix): assert file.url.startswith(url_prefix) assert file.as_bytes().decode().endswith("local") - @isolated_client(serve=True, requirements=[f"pydantic=={pydantic_version}"]) + @isolated_client( + serve=True, requirements=[f"pydantic=={pydantic_version}", "tomli"] + ) def hello_file(): # Run in the isolated environment return File.from_bytes(