planetlabs / qgis-planet-plugin

Browse, filter, preview and download Planet Inc imagery in QGIS.
https://developers.planet.com/docs/integrations/qgis/
GNU General Public License v2.0
45 stars 12 forks source link

Fix running tests locally #59

Closed Samweli closed 1 year ago

Samweli commented 1 year ago

When running the plugin tests locally for the first time in linux by calling ./script/run-tests.sh from the plugin root directory users can get errors in building the docker image that the tests will be run from and error in using uninstalled plugin dependency py. This PR add changes to resolve these two issues.

Error building QGIS docker image image


Error in running tests inside the build docker image image

Samweli commented 1 year ago

Precedes https://github.com/planetlabs/qgis-planet-plugin/pull/68