python313Packages.certbot-nginx: fix build (#502902)

This commit is contained in:
Nick Cao
2026-03-24 20:27:36 +00:00
committed by GitHub
@@ -27,6 +27,7 @@ buildPythonPackage rec {
pytestFlags = [
"-pno:cacheprovider"
"-Wignore::DeprecationWarning"
];
meta = certbot.meta // {