Split extra libraries and add more granular control over tests #699
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
This Pull Request splits out the libraries that support some complex validators (geotiff, netcdf4, GDAL/OGR, zarr) so that basic data types are supported by default.
It also modifies some of the test controls so that
pytestmarkers can be used to explicitly select/deselect tests that rely on these extra libraries.Finally, coverage is now done across all builds in parallel, using
tox-ghand thecoverallsapp/github-actionto remove thecoveralls-pythonlibrary.Related Issue / Discussion
Changes here build on discussions found in #698
Closes #698
Additional Information
There are many more changes I'd like to implement, but I'll limit things here for now until discussion is had in #700.
Contribution Agreement
(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)