Skip to content

Commit

Permalink
Upgrade pytest and py.
Browse files Browse the repository at this point in the history
Remove dependency on pytest-otel as it prevented upgrading pytest.
  • Loading branch information
cmacknz committed Jun 19, 2023
1 parent c0f9088 commit 3c1c398
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions libbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ ordered-set==3.1.1
packaging==20.4
parameterized==0.7.0
pluggy==0.13.1
py==1.10.0
py==1.11.0
pycodestyle==2.6.0
pyparsing==2.4.7
pyrsistent==0.16.0
pytest==7.1.3
pytest-otel==1.3.0
pytest==7.3.2
pytest-rerunfailures==9.1.1
pytest-timeout==1.4.2
PyYAML==5.4.1
Expand Down
5 changes: 2 additions & 3 deletions libbeat/tests/system/requirements_aix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ ordered-set==3.1.1
packaging==20.4
parameterized==0.7.0
pluggy==0.13.1
py==1.10.0
py==1.11.0
pycodestyle==2.6.0
pyparsing==2.4.7
pyrsistent==0.16.0
pytest==7.1.3
pytest-otel==1.3.0
pytest==7.3.2
pytest-rerunfailures==9.1.1
pytest-timeout==1.4.2
PyYAML==5.4.1
Expand Down

0 comments on commit 3c1c398

Please sign in to comment.