We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990f83a commit beb7815Copy full SHA for beb7815
pydantic_ai_slim/pydantic_ai/durable_exec/temporal/__init__.py
@@ -37,6 +37,9 @@
37
]
38
39
# We need eagerly import the anyio backends or it will happens inside workflow code and temporal has issues
40
+# Note: It's difficult to add a test that covers this because pytest presumably does these imports itself
41
+# when you have a @pytest.mark.anyio somewhere.
42
+# I suppose we could add a test that runs a python script in a separate process, but I have not done that...
43
import anyio._backends._asyncio # pyright: ignore[reportUnusedImport]
44
45
try:
0 commit comments