Results 458 comments of John Sirois

OK, great - I'm happy to see a docs PR. On the second bit I had already assumed you were including gunicorn in the PEX but then having problems with...

You may want to have looks [here](https://gist.github.com/kwlzn/3d251cf13547ed6bb6f0) and [here](https://github.com/kwlzn/pyuwsgi_pex) before diving in to the wsgi docs, you might be able to steal useful bits. As to location - I'm really...

> It is not possible to compute the environment markers based on the values passed in by the user via the CLI. @pradyunsg although it's true you can't compute them...

@hackowitz-af If you're not using Windows, you might be able to use [Pex](https://github.com/pex-tool/pex) for this. It uses Pip under the covers, but patches it to implement this feature as noted...

@hackowitz-af I've started https://github.com/pex-tool/pex/discussions/2789 for this discussion re: possible Pex use.

FWIW, re: https://github.com/pypa/pip/issues/11664#issuecomment-3002029823, Pex [2.41.0](https://github.com/pex-tool/pex/releases/tag/v2.41.0) now has 1st class support for this via `pex3 download` where you can use `--platform` or `--complete-platform` to download distributions needed by foreign systems.

Since the jobs can take up to an hour under normal circumstances (pypy IT shards), one hour would be too small, I'd want to have the timeout be at least...

Ok, used this on mac-it-1-of-2.log.txt above: ```python #!/usr/bin/env python3 import os import re import sys from pathlib import Path from typing import Any def analyze(log: Path) -> Any: tests: dict[str,...

Ok, that's just 1 data-point. I'd like to get a few 6 hour timeouts on mac shards analyzed to see if its the same test hanging (looking at that test,...

Ok, available on main here: https://github.com/pex-tool/pex/commit/7e3c248b700732a4259122be46c01d5017115b89