Skip to content

Commit

Permalink
fix: update pytest versions and pytest_otel (#34303)
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
kuisathaverat and v1v authored Jan 24, 2023
1 parent c7d9c64 commit 88b3e96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions libbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jsonschema==3.2.0
kafka-python==1.4.3
MarkupSafe==1.1.1
more-itertools==8.4.0
opentelemetry-api==1.11.0
opentelemetry-exporter-otlp==1.11.0
opentelemetry-sdk==1.11.0
opentelemetry-api==1.13.0
opentelemetry-exporter-otlp==1.13.0
opentelemetry-sdk==1.13.0
ordered-set==3.1.1
packaging==20.4
parameterized==0.7.0
Expand All @@ -33,8 +33,8 @@ py==1.10.0
pycodestyle==2.6.0
pyparsing==2.4.7
pyrsistent==0.16.0
pytest==6.2.4
pytest-otel>=0.0.4
pytest==7.1.3
pytest-otel==1.3.0
pytest-rerunfailures==9.1.1
pytest-timeout==1.4.2
PyYAML==5.4.1
Expand Down
4 changes: 2 additions & 2 deletions libbeat/tests/system/requirements_aix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ py==1.10.0
pycodestyle==2.6.0
pyparsing==2.4.7
pyrsistent==0.16.0
pytest==6.2.4
pytest-otel>=0.0.4
pytest==7.1.3
pytest-otel==1.3.0
pytest-rerunfailures==9.1.1
pytest-timeout==1.4.2
PyYAML==5.4.1
Expand Down

0 comments on commit 88b3e96

Please sign in to comment.