Open-EO / openeo-test-suite

Test suite for validation of openEO back-ends against the openEO API specification
Apache License 2.0
0 stars 2 forks source link

Individual process testing doesn't run against local runners anymore #23

Closed m-mohr closed 8 months ago

m-mohr commented 8 months ago

When the individual process testing was included into this repo, I was able to run: pytest src/openeo_test_suite/tests/processes/processing/test_example.py --runner=dask as documented in the corresponding README. I want to run against the local dask installation

If I'm running it now it says that --openeo-backend-url is not provided.

soxofaan commented 8 months ago

thanks for reporting, I'll work on that

soxofaan commented 8 months ago

pushed a quickfix already

soxofaan commented 8 months ago

I think this can be closed now