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