Fixes for github actions lik unit tests (#992)
* use int * Update esri test data source * Run tests on DEBUG loglevel * Use np.int32
This commit is contained in:
@@ -99,7 +99,7 @@ jobs:
|
||||
pytest tests/test_openapi.py
|
||||
pytest tests/test_postgresql_provider.py
|
||||
pytest tests/test_rasterio_provider.py
|
||||
pytest tests/test_sensorthings_provider.py
|
||||
pytest tests/test_sensorthings_provider.py
|
||||
pytest tests/test_socrata_provider.py
|
||||
#pytest tests/test_sqlite_geopackage_provider.py
|
||||
pytest tests/test_tinydb_catalogue_provider.py
|
||||
@@ -108,4 +108,8 @@ jobs:
|
||||
pytest tests/test_xarray_zarr_provider.py
|
||||
- name: build docs 🏗️
|
||||
run: cd docs && make html
|
||||
- name: failed tests 🚩
|
||||
if: ${{ failure() }}
|
||||
run: |
|
||||
pip3 list -v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user