Skip to content

Commit 97494b5

Browse files
committed
Integrate feedback from related pull request open-telemetry#3268.
1 parent 23fe105 commit 97494b5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/requirements.latest.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
# ********************************
1717
# WARNING: NOT HERMETIC !!!!!!!!!!
18-
# **********************************
18+
# ********************************
1919
#
20-
# This "requirements.txt" is installed in conjuction
20+
# This "requirements.txt" is installed in conjunction
2121
# with multiple other dependencies in the top-level "tox.ini"
2222
# file. In particular, please see:
2323
#
@@ -34,7 +34,7 @@
3434

3535

3636
# This variant of the requirements aims to test the system using
37-
# the newest supported version of external depenendencies.
37+
# the newest supported version of external dependencies.
3838

3939
pytest==7.4.4
4040
pytest-asyncio==0.21.0

instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/requirements.oldest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# This variant of the requirements aims to test the system using
16-
# the oldest supported version of external depenendencies.
16+
# the oldest supported version of external dependencies.
1717

1818
pytest==7.4.4
1919
pytest-asyncio==0.21.0

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ envlist =
2020
lint-instrumentation-vertexai
2121

2222
; instrumentation-google-genai
23-
py3{9,10,11,12,13}-test-instrumentation-google-genai-{old-deps,recent-deps}
23+
py3{9,10,11,12,13}-test-instrumentation-google-genai-{oldest,latest}
2424
# Disabling pypy3 as shapely does not have wheels and fails to compile
2525
# pypy3-test-instrumentation-google-genai-{0,1}
2626
lint-instrumentation-google-genai
@@ -452,9 +452,9 @@ deps =
452452
vertexai-1: -r {toxinidir}/instrumentation-genai/opentelemetry-instrumentation-vertexai/test-requirements-1.txt
453453
lint-instrumentation-vertexai: -r {toxinidir}/instrumentation-genai/opentelemetry-instrumentation-vertexai/test-requirements-0.txt
454454

455-
google-genai-old-deps: -r {toxinidir}/instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/requirements.oldest.txt
456-
google-genai-recent-deps: {[testenv]test_deps}
457-
google-genai-recent-deps: -r {toxinidir}/instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/requirements.latest.txt
455+
google-genai-oldest: -r {toxinidir}/instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/requirements.oldest.txt
456+
google-genai-latest: {[testenv]test_deps}
457+
google-genai-latest: -r {toxinidir}/instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/requirements.latest.txt
458458
lint-instrumentation-google-genai: -r {toxinidir}/instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/requirements.latest.txt
459459

460460
asgi: {[testenv]test_deps}

0 commit comments

Comments
 (0)