Doug Addy
Doug Addy
I can access https://docs.python-requests.org/en/latest/ fine, but our intersphinx links are failing due to cert domain mismatch
Do you have any more specific information? Are you able to follow the steps [here](https://docs.python-zeep.org/en/master/plugins.html#plugin-history) to obtain the response from the server?
This affects us also, we use tox to run python tests against several different versions of python, these need to be collected and it would be much better to say...
This issue still exists (albeit intermittently) and is again blocking our CI process, is there anything we as users can do to get this fix expedited?
If @eblis is not available then I am certainly interested, I've hit this issue several times now with our CI machines. What would need to be done? Is it just...
It might be a matter of commenting `pre-commit.ci autofix` Otherwise it'll need the checks fixing, see the failed check below
@Secrus We're approaching 2 months with the open PR from @eblis is there anything we can do to move the issue forward?
The PR https://github.com/python-poetry/poetry-core/pull/460 recreates the patch that should address the issue. It looks to be a fairly widespread problem with poetry on windows and fails about 10% of our CI...
@python-poetry/triage
I also hit a similar issue today where I had accidentally used `output` as a key, rather than `outputs`. I'm a little surprised that that's not checked either, I had...