ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Allow unverified metadata servers #56

Closed davidorme closed 1 year ago

davidorme commented 1 year ago

This PR adds the ssl_verify flag to the metadata configuration file, which is used to set the verify argument to requests.post in zenodo.post_metadata.

Fixes #52

davidorme commented 1 year ago

😆 Yes, but tricky to test because it needs a server to respond. Not sure how that is done. There are no tests for the entire zenodo module at the moment.