Skip to content

Commit

Permalink
Merge pull request #65 from planetlabs/fix-pipeline
Browse files Browse the repository at this point in the history
CI tests: Pin pytest until we can update pytest-qt
  • Loading branch information
john-dupuy committed Nov 7, 2022
2 parents 456ac1d + 95b3b8e commit 45cdfb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
needs: build
strategy:
matrix:
qgis_version: [ release-3_10, release-3_16, release-3_22, release-3_24, latest ]
qgis_version: [ release-3_10, release-3_16, release-3_24, release-3_26, latest ]
env:
QGIS_TEST_VERSION: ${{ matrix.qgis_version }}
# cf https://docs.qgis.org/3.16/en/docs/user_manual/introduction/qgis_configuration.html#running-qgis-with-advanced-settings
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
qgis_version: [release-3_10, release-3_16, release-3_22, release-3_24, latest]
qgis_version: [release-3_10, release-3_16, release-3_24, release-3_26, latest]
env:
QGIS_TEST_VERSION: ${{ matrix.qgis_version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest
pytest<=7.1.3
pytest-qgis
# Version < 4 required for QGIS 3.10
pytest-qt<4
Expand Down

0 comments on commit 45cdfb7

Please sign in to comment.