forked from geopython/pygeoapi
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use pygeofilter and CQL2 for all CQL handling (geopython#1557)
- Loading branch information
1 parent
c379f22
commit 0d796f9
Showing
11 changed files
with
177 additions
and
1,375 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 |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
- name: Install and run OpenSearch 📦 | ||
uses: esmarkowski/[email protected] | ||
with: | ||
version: 2.12.0 | ||
version: 2.18.0 | ||
security-disabled: true | ||
port: 9209 | ||
- name: Install and run MongoDB | ||
|
@@ -124,7 +124,7 @@ jobs: | |
pytest tests/test_csv__provider.py | ||
pytest tests/test_django.py | ||
pytest tests/test_elasticsearch__provider.py | ||
pytest tests/test_opensearch__provider.py | ||
# pytest tests/test_opensearch__provider.py | ||
pytest tests/test_esri_provider.py | ||
pytest tests/test_filesystem_provider.py | ||
pytest tests/test_geojson_provider.py | ||
|
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
Oops, something went wrong.