Skip to content

Commit

Permalink
Bump pytest from 7.1.3 to 7.2.0 (#389)
Browse files Browse the repository at this point in the history
* Bump pytest from 7.1.3 to 7.2.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 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.3...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>

* Fix tests

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Uxio Fuentefria <uxio@safe.global>
  • Loading branch information
dependabot[bot] and Uxio0 committed Dec 13, 2022
1 parent 241724c commit 3e9cb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
PIP_USE_MIRRORS: true
- name: Run tests and coverage
run: coverage run --source=$SOURCE_FOLDER -m py.test -W ignore::DeprecationWarning -rxXs --reruns 3
run: coverage run --source=$SOURCE_FOLDER -m pytest -W ignore::DeprecationWarning -rxXs --reruns 3
env:
SOURCE_FOLDER: gnosis
DJANGO_SETTINGS_MODULE: config.settings.test
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt
coverage==6.5.0
faker==15.3.4
pytest==7.1.3
pytest==7.2.0
pytest-django==4.5.2
pytest-rerunfailures==10.3
pytest-sugar==0.9.6

0 comments on commit 3e9cb4f

Please sign in to comment.