Skip to content

Commit

Permalink
Bump pytest from 7.1.3 to 7.2.0 (#495)
Browse files Browse the repository at this point in the history
* Bump pytest from 7.1.3 to 7.2.0
* Update py.test -> pytest
* Don't run duplicate tasks on CI

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] <[email protected]>

* Update workflow



Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Uxio Fuentefria <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Uxio0 authored Dec 19, 2022
1 parent 465198c commit 2c2a90a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Python CI
on: [push, pull_request]
on:
push:
branches:
- master
- develop
pull_request:

jobs:
linting:
Expand Down Expand Up @@ -67,7 +72,7 @@ jobs:
run: |
python manage.py check
python manage.py makemigrations --check --dry-run
coverage run --source=$SOURCE_FOLDER -m py.test -rxXs
coverage run --source=$SOURCE_FOLDER -m pytest -rxXs
env:
SOURCE_FOLDER: safe_relay_service
CELERY_BROKER_URL: redis://localhost:6379/0
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ django-stubs==1.13.0
factory-boy==3.2.1
faker==15.3.2
mypy==0.991
pytest==7.1.3
pytest==7.2.0
pytest-celery==0.0.0
pytest-django==4.5.2
pytest-env==0.8.1
Expand Down

0 comments on commit 2c2a90a

Please sign in to comment.