From 70e27be4fef4d9ec8a5ef0aefb120cc56aaaff6d Mon Sep 17 00:00:00 2001 From: Thiery Ouattara Date: Fri, 8 Dec 2023 14:06:52 +0000 Subject: [PATCH] tests --- .github/workflows/integration_tests.yml | 4 ++-- .github/workflows/nets_integ_tests.yml | 4 ++-- tests/qa_provider_oapi/requirements.txt | 2 +- tests/requirements.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 5f7f7fc22..5e306e965 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -31,9 +31,9 @@ jobs: with: go-version: 'stable' - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: - python-version: '3.5.x' + python-version: '3.10' - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/nets_integ_tests.yml b/.github/workflows/nets_integ_tests.yml index ffebf29a8..1f62a1481 100644 --- a/.github/workflows/nets_integ_tests.yml +++ b/.github/workflows/nets_integ_tests.yml @@ -31,9 +31,9 @@ jobs: with: go-version: 'stable' - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: - python-version: '3.5.x' + python-version: '3.10' - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/tests/qa_provider_oapi/requirements.txt b/tests/qa_provider_oapi/requirements.txt index f60f12534..927094516 100644 --- a/tests/qa_provider_oapi/requirements.txt +++ b/tests/qa_provider_oapi/requirements.txt @@ -1 +1 @@ -pytest==5.1.3 +pytest==6.2.5 diff --git a/tests/requirements.txt b/tests/requirements.txt index f60f12534..927094516 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1 +1 @@ -pytest==5.1.3 +pytest==6.2.5