Skip to content

Commit

Permalink
Fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Nov 13, 2024
1 parent 5458c55 commit 1d537f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
PYTEST_MARIADB_DB_URL: mariadb://gis:[email protected]:3308/gis
run: |
export PYTEST_ADDOPTS='--require-all-dialects'
if [[ ${{ matrix.python-version.flag }} == 'pypy3.8' ]]; then
if [[ ${{ matrix.python-version.flag }} == 'pypy3.10' ]]; then
export PYTEST_ADDOPTS=${PYTEST_ADDOPTS}' --ignore=tests/gallery/test_insert_raster.py'
fi;
# Run the unit test suite with SQLAlchemy=1.4.* and then with the latest version of SQLAlchemy
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python =
3.10: py310-sqla{14, latest}
3.11: py311-sqla{14, latest}, docs
3.12: py312-sqla{14, latest}
pypy-3.8: pypy3-sqla{14, latest}
pypy-3.10: pypy3-sqla{14, latest}

[testenv]
passenv=
Expand Down

0 comments on commit 1d537f5

Please sign in to comment.