You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like many other maintainers, I'd love to know how many of my package installs are from CI vs. other use-cases in order to get a better estimate of how many people use Hypothesis. (as a testing tool the CI download stats are useful to decide on e.g. supported versions, but much less useful for counting users)
I was pleasantly surprised when my background reading shows that pip already does some auto-detection of CI and includes that in the user-agent (pypa/pip#6273), and that it's already handled by linehaul (#46)...