brainglobe / morphapi

A lightweight python package to download neuronal morphologies
https://brainglobe.info/documentation/morphapi/index.html
MIT License
17 stars 6 forks source link

Fix connection error to neuromorpho.org #70

Closed IgorTatarnikov closed 3 months ago

IgorTatarnikov commented 3 months ago

Before submitting a pull request (PR), please read the contributing guide.

Please fill out as much of this template as you can, but if you have any problems or questions, just leave a comment and we will help out :)

Description

What is this PR

Why is this PR needed? Tests were failing due to a connection error to neuromorpho.org.

What does this PR do? The tests were failing due to a SSLCertVerificationError and not always due to neuromorpho being unavailable. This PR fixes the 'SSLCertVerificationError' by disabling SSL validation (seems the api can be accessed via http anyway).

References

Please reference any existing issues/PRs that relate to this PR.

How has this PR been tested?

Tested locally.

Is this a breaking change?

No

Does this PR require an update to the documentation?

No

Checklist: