From 1d41a85079647dfb183c1b82cdafc179eefa7b10 Mon Sep 17 00:00:00 2001 From: pdelboca Date: Mon, 30 May 2022 12:12:59 +0200 Subject: [PATCH] Fix pinned version --- .github/workflows/test.yml | 2 +- dev-requirements-2.9.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79668cd..9e7122b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: ckan -c test.ini db init ckan -c test.ini db upgrade -p googleanalytics - name: Setup extension (CKAN == 2.9) - if: ${{ matrix.ckan-version == '2.9' }} + if: ${{ matrix.ckan-version == '2.9' || matrix.ckan-version == '2.9-py2' }} run: | pip install -r dev-requirements-2.9.txt ckan -c test.ini db init diff --git a/dev-requirements-2.9.txt b/dev-requirements-2.9.txt index 54a3328..afab1de 100644 --- a/dev-requirements-2.9.txt +++ b/dev-requirements-2.9.txt @@ -1,3 +1,3 @@ -pytest==6.0.2 +pytest<=6.0.2 pytest-ckan pytest-factoryboy \ No newline at end of file