mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:19:11 +02:00
`distro.linux_distribution` was deprecated (https://github.com/python-distro/distro/pull/296) in the release of `distro` at the end of last week. The deprecation is causing the `nopin` nightly tests to fail. This change migrates Certbot off that function. As far as I can tell, the Arch Linux edge case described in the code comments no longer happens, but better to be safe than sorry I think. * stop using deprecated distro.linux_distribution * update comment Co-authored-by: Brad Warren <bmw@users.noreply.github.com> Co-authored-by: Brad Warren <bmw@users.noreply.github.com>