We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d537f5 commit 44b4594Copy full SHA for 44b4594
.github/workflows/test_and_publish.yml
@@ -153,9 +153,12 @@ jobs:
153
PYTEST_MYSQL_DB_URL: mysql://gis:gis@127.0.0.1:3307/gis
154
PYTEST_MARIADB_DB_URL: mariadb://gis:gis@127.0.0.1:3308/gis
155
run: |
156
- export PYTEST_ADDOPTS='--require-all-dialects'
157
if [[ ${{ matrix.python-version.flag }} == 'pypy3.10' ]]; then
158
export PYTEST_ADDOPTS=${PYTEST_ADDOPTS}' --ignore=tests/gallery/test_insert_raster.py'
+ export PYTEST_SPATIALITE3_DB_URL=""
159
+ export PYTEST_SPATIALITE4_DB_URL=""
160
+ else
161
+ export PYTEST_ADDOPTS='--require-all-dialects'
162
fi;
163
# Run the unit test suite with SQLAlchemy=1.4.* and then with the latest version of SQLAlchemy
164
tox -vv
0 commit comments