-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5458c55
commit 1d537f5
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters