Skip to content

Commit

Permalink
Fix comments from review
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Jul 3, 2023
1 parent 20d9c88 commit 07b4ffc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions geoalchemy2/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,17 +437,6 @@ class GeometryDump(CompositeType):
_sqlite_ischema_names["GEOMETRYCOLLECTION"] = Geometry
_sqlite_ischema_names["RASTER"] = Raster

# _gpkg_ischema_names["GEOMETRY"] = Geometry
# _gpkg_ischema_names["POINT"] = Geometry
# _gpkg_ischema_names["LINESTRING"] = Geometry
# _gpkg_ischema_names["POLYGON"] = Geometry
# _gpkg_ischema_names["MULTIPOINT"] = Geometry
# _gpkg_ischema_names["MULTILINESTRING"] = Geometry
# _gpkg_ischema_names["MULTIPOLYGON"] = Geometry
# _gpkg_ischema_names["CURVE"] = Geometry
# _gpkg_ischema_names["GEOMETRYCOLLECTION"] = Geometry
# _gpkg_ischema_names["RASTER"] = Raster


class SummaryStats(CompositeType):
"""Define the composite type returned by the function ST_SummaryStatsAgg."""
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def pytest_addoption(parser):
help="SQLite DB URL used for tests with SpatiaLite4 (`sqlite:///path_to_db_file`).",
)
parser.addoption(
"--sqlite_GeoPackage_dburl",
"--sqlite_geopackage_dburl",
action="store",
help="SQLite DB URL used for tests with GeoPackage (`gpkg:///path_to_db_file.gpkg`).",
)
Expand Down

0 comments on commit 07b4ffc

Please sign in to comment.