Shane McGovern
Shane McGovern
I'm getting issues when attempting to unit test my code that's utilising tenacity and wondering if perhaps I'm using it wrong or there might be an issue the function I'm...
Hey there, I didn't have 1.8.0 pinned and noticed today that it was breaking previously working unit tests ``` requests_mock.get(f'https://gitlab.com/api/v4/projects/{project_id}/repository/files/' 'project_configuration%2Fproject-configuration%2Ejson?ref=master', headers={'Content-Type': 'application/json'}, text=('{"content": "ewoJInRlc3QiOiAidGVzdCIKfQ=="}')) ``` Using 1.9.3 this will...