Closed drodarie closed 5 months ago
The unittest TestUriSchemes.test_nm_scheme_down is now failing systematically on github action. I managed to reproduce the issue with act on a docker. A solution to this bug is to use certifi to check certificates everytime we open a session: https://stackoverflow.com/questions/46604114/python-requests-ssl-error-certificate-verify-failed
TestUriSchemes.test_nm_scheme_down
act
certifi
The unittest
TestUriSchemes.test_nm_scheme_down
is now failing systematically on github action. I managed to reproduce the issue withact
on a docker. A solution to this bug is to usecertifi
to check certificates everytime we open a session: https://stackoverflow.com/questions/46604114/python-requests-ssl-error-certificate-verify-failed