Skip to content

Commit

Permalink
upgrade pytest plugin to avoid exception on 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Oct 28, 2024
1 parent 0c12388 commit eb4535f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
run: |
pip install -r test-requirements.txt
ckan -c test.ini db init
- name: Install requirements (2.9)
run: |
pip install -U pytest-rerunfailures
if: ${{ matrix.ckan-version == '2.9' }}
- name: Run all tests
run: pytest --ckan-ini=test.ini --cov=ckanext.scheming ckanext/scheming/tests
- name: Run plugin subclassing tests
Expand Down

0 comments on commit eb4535f

Please sign in to comment.