Jean-Paul Calderone
Jean-Paul Calderone
Can you produce a self-contained example of this behavior? My simple attempts produce this contrary result: ``` python whatwhat.py Traceback (most recent call last): File "whatwhat.py", line 15, in conn.connect((ip,...
Thanks. From this, I see that the problem is the mismatch between expectations for `do_handshake` vs the native Python socket APIs. Python's `socket.socket.connect` method respects the Python-level socket timeout. This...
This hasn't been fixed, so far as I am aware. Anyone who is using pyOpenSSL via Twisted gets properly working timeouts - and that's the only way I use pyOpenSSL....
Thanks. I'd suggest that raising SkipTest with an error message (probably something including the gaierror to aid in tracking down the cause, should anyone be surprised) would be appropriate in...
Is #319 a duplicate of this?
Thanks @DavHau . Do you have any sense of whether it makes sense to try to use `packaging.tags.sys_tags()` in mach-nix to fix this? Or would it be better to just...
#471 was reverted in 552d4caa73722b262204319526f9e77f9370f702 due to regression reported in #475 so this issue should be open, I think (and it seems like #475 could be closed).
Possibly this could be split into two issues. Part of the issue is that mach-nix doesn't support pyproject.toml (#319). Another part of the issue is that when there is a...
Indeed it is not the case. mach-nix doesn't know how to extract metadata from a PEP 517 package (roughly a package using `pyproject.toml`) and so it doesn't consider such packages...
I see that I have conflated what may really be two separate issues here. One is "What version of Nixpkgs can build a working Morph?" and another is "What version...