From 3f5dce8ab93147ca3b5ec5189129037d741b6cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 10:44:16 +0000 Subject: [PATCH 1/2] 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](https://github.com/pytest-dev/pytest/compare/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] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index b329b42a7..7292127bb 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -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 From c73a7aadfb88163a5493e62bfa37c49a58645923 Mon Sep 17 00:00:00 2001 From: Uxio Fuentefria Date: Tue, 13 Dec 2022 12:03:36 +0100 Subject: [PATCH 2/2] Fix tests --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index c578094b3..2f8be1097 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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