Commit 753d472e
Changed files (3)
tests
lib
tests/lib/chat/test_completions.py
@@ -25,7 +25,7 @@ _T = TypeVar("_T")
#
# you can update them with
#
-# `OPENAI_LIVE=1 pytest --inline-snapshot=fix`
+# `OPENAI_LIVE=1 pytest --inline-snapshot=fix -p no:xdist -o addopts=""`
@pytest.mark.respx(base_url=base_url)
tests/lib/chat/test_completions_streaming.py
@@ -39,7 +39,7 @@ _T = TypeVar("_T")
#
# you can update them with
#
-# `OPENAI_LIVE=1 pytest --inline-snapshot=fix`
+# `OPENAI_LIVE=1 pytest --inline-snapshot=fix -p no:xdist -o addopts=""`
@pytest.mark.respx(base_url=base_url)
tests/lib/responses/test_responses.py
@@ -17,7 +17,7 @@ _T = TypeVar("_T")
#
# you can update them with
#
-# `OPENAI_LIVE=1 pytest --inline-snapshot=fix`
+# `OPENAI_LIVE=1 pytest --inline-snapshot=fix -p no:xdist -o addopts=""`
@pytest.mark.respx(base_url=base_url)