Skip to content

Commit

Permalink
CI: Skip spatialite with Pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Jan 8, 2025
1 parent f834749 commit 0a0450f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ passenv=
setenv=
COVERAGE_FILE = {env:COVERAGE_FILE:.coverage-{envname}}
EXPECTED_COV = 91
pypy3: EXPECTED_COV = 85
pypy3: EXPECTED_COV = 70
sqla14: PYTEST_ADDOPTS = {env:PYTEST_ADDOPTS:} --mypy --mypy-ignore-missing-imports
sqlalatest: PYTEST_ADDOPTS = {env:PYTEST_ADDOPTS:} --mypy
pypy3: PYTEST_ADDOPTS = {env:PYTEST_ADDOPTS:}
pypy3: PYTEST_ADDOPTS = {env:PYTEST_ADDOPTS:} -k "not sqlite and not geopackage"
deps=
sqla14: SQLAlchemy==1.4.*
sqlalatest: SQLAlchemy
Expand Down

0 comments on commit 0a0450f

Please sign in to comment.