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 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