[07:50:39] <graingert> when retrying, could pip round robin the download requests?
[07:50:55] <graingert> eg I've got a pip-compiled requirements.txt with deps from a few hosts
[07:51:23] <graingert> and it sits and retries one package from one host - but instead of sleeping it could be downloading from the other hosts
[07:52:06] <graingert> I suppose with httpx and async it would just spawn a download task for each thing and it would just work like that out the box
[12:30:35] <fungi> anybody happen to know what the schedule is for test.pypi.org pulling updates from pypa/trove-classifiers? or is it manually triggered?
[13:12:48] <dstufft> fungi: there's probably a PR we need to merge
[13:13:51] <fungi> dstufft: ahh, okay, so it doesn't just pull the latest content of the default branch
[13:14:20] <dstufft> looks like something is broken
[13:15:29] <fungi> aha, thanks, i didn't think to check whether trove-classifiers had actual versions since i didn't see any git tags. bad assumption on my part
[13:16:25] <dstufft> yea, the package ends up being the single source of truth, so that other tools can validate classifiers, without having to query pypi or duplicate the list directly
[13:16:29] <fungi> it does look like the python 3.10 addition resulted in a new version of trove-classifiers on pypi yesterday at least
[13:16:45] <fungi> new version of the package for trove-classifiers i mean
[13:17:13] <fungi> so maybe dependabot is just taking its time noticing?
[13:17:59] <fungi> oh, nevermind, that's the actual pr for it
[13:19:46] <fungi> and that pr is still open, i misread the little "closed" badge on the preview mention (not used to looking at github, sorry)
[13:21:21] <dstufft> the dependency PR is failing, which probably the dependency job is kinda wonky, and that problems means there's another PR that needs merged because the indirect deps got dropped or added
[13:23:32] <fungi> d'oh, i keep forgetting github doesn't show ci status unless you log in with an account. no wonder i was confused
[13:24:01] <dstufft> oh really? Didn't even know that
[13:24:04] <dstufft> I haven't been not logged into GH in like 4 years
[13:24:21] <fungi> i only ever log into github if i have to actually click a clicky thing
[13:24:35] <fungi> or, apparently, if i want to see someone's ci status ;)
[13:25:32] <dstufft> a quick skim of the deps PR suggests it's google-cloud-bigquery which added the new deps
[13:26:02] <dstufft> so I updated that branch and we'll see if tests run
[13:26:07] <dstufft> either that, or it's multiple things, which will erquire manual work
[13:33:25] <fungi> no worries, i just wasn't sure if trove classifier updates somehow flowed magically into warehouse via some sort of continuous delivery pipeline