Skip to content

Commit 2784a7a

Browse files
committed
fix(internal/tests): correct snapshot update comment
1 parent 971347b commit 2784a7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/lib/chat/test_completions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#
2626
# you can update them with
2727
#
28-
# `OPENAI_LIVE=1 pytest --inline-snapshot=fix`
28+
# `OPENAI_LIVE=1 pytest --inline-snapshot=fix -p no:xdist -o addopts=""`
2929

3030

3131
@pytest.mark.respx(base_url=base_url)

tests/lib/chat/test_completions_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#
4040
# you can update them with
4141
#
42-
# `OPENAI_LIVE=1 pytest --inline-snapshot=fix`
42+
# `OPENAI_LIVE=1 pytest --inline-snapshot=fix -p no:xdist -o addopts=""`
4343

4444

4545
@pytest.mark.respx(base_url=base_url)

tests/lib/responses/test_responses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# you can update them with
1919
#
20-
# `OPENAI_LIVE=1 pytest --inline-snapshot=fix`
20+
# `OPENAI_LIVE=1 pytest --inline-snapshot=fix -p no:xdist -o addopts=""`
2121

2222

2323
@pytest.mark.respx(base_url=base_url)

0 commit comments

Comments
 (0)