Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix running tests locally #59

Closed
wants to merge 2 commits into from

Conversation

Samweli
Copy link
Collaborator

@Samweli Samweli commented Nov 1, 2022

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 Samweli closed this Nov 2, 2022
@Samweli Samweli reopened this Nov 2, 2022
@@ -1,3 +1,4 @@
py
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With #65 this is no longer needed.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, thanks.

@Samweli Samweli mentioned this pull request Nov 8, 2022
@Samweli
Copy link
Collaborator Author

Samweli commented Nov 8, 2022

Precedes #68

@Samweli Samweli closed this Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants