Sorin Sbarnea
Sorin Sbarnea
Sorry but meanwhile we decided to go for https://pypi.python.org/pypi/python3-ldap which has pagination support and is pure python (no need to compile) and I implemented https://pypi.python.org/pypi/activedirectory on top of it for...
I am sure that I did not add any argument to pip when doing so and I seen this warning being displayed multiple times (different repos using coverage). Maybe in...
Reproduced it. It happens all the time if you do not have wheel installed. In my case macos, python 3.11-dev from pyenv, no virtualenv active and pip 22.1.1: ``` $...
There is no custom pip config present. ``` $ pip config list global.timeout='10' ``` I tried to use other python versions (like 3.9 from system/brew) and I was not able...
Interestingly adding the `pyproject.toml` did uncover other unrelated problems, failure to even install due to greenlet not compiling with python 3.11, found https://github.com/python-greenlet/greenlet/issues/305 PS. I do really appreciate your patience...
Since I recently migrated all my reqs.txt files to setup.cfg pip-upgraded become useless as it fails to find any kind of requirements. It would be great to add support for...
I tried adding parentheses around the placeholder but [prettier](https://prettier.io/) will reformat the line to make it like below, which is still not allowed by markfownlint: ``` [//]: # "DO-NOT-REMOVE-README-TITLE" ```
I did not test `0.32.0` in particular and I suspect that the issue was caused by the introduction of this rule. As this rule was created many years after the...
@DavidAnson Apparently the fix does not work yet, see https://results.pre-commit.ci/run/github/389989116/1660058623.KSC139LtSLeY6AHYF_SEtg -- now this might be related to the fact that the cli repo is maybe behind?