Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Bump pytest from 7.1.2 to 7.2.0 in /tests (#2539)
Browse files Browse the repository at this point in the history
* Bump pytest from 7.1.2 to 7.2.0 in /tests

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.2.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.1.2...7.2.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* add requirement on py

* update python version

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antoine Toulme <antoine@lunar-ocean.com>
  • Loading branch information
dependabot[bot] and atoulme authored Dec 8, 2022
1 parent e76ac75 commit 5dbb6fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/perf-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
env:
RESULT_PATH: testresults
GO_VERSION: 1.18.7
PYTHON_VERSION: 3.8.10
PYTHON_VERSION: '3.9'
REQUIREMENTS_PATH: "tests/requirements.txt"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
PYTHON_VERSION: 3.8.10
PYTHON_VERSION: '3.9'
REQUIREMENTS_PATH: "tests/requirements.txt"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
PYTHON_VERSION: 3.8.10
PYTHON_VERSION: '3.9'
REQUIREMENTS_PATH: "python/test-requirements.txt"

jobs:
Expand Down
3 changes: 2 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ pytest-html==3.1.1
pytest-rerunfailures==10.2
pytest-timeout==2.1.0
pytest-xdist==3.0.2
pytest==7.1.2
pytest==7.2.0
py>=1.8.2
redis==4.3.4
requests==2.28.1
sanic==21.6.2
Expand Down

0 comments on commit 5dbb6fe

Please sign in to comment.