From d7f7aa25c4f290b7c0143aabdd8846e223f8f8fb Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 13 Nov 2019 12:44:12 -0800 Subject: [PATCH] remove outdated comment referencing a command that doesn't work --- certbot/setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/certbot/setup.py b/certbot/setup.py index b230f3ba0..ea27acb1f 100644 --- a/certbot/setup.py +++ b/certbot/setup.py @@ -157,8 +157,6 @@ setup( 'docs': docs_extras, }, - # to test all packages run "python setup.py test -s - # {acme,certbot_apache,certbot_nginx}" test_suite='certbot', tests_require=["pytest"], cmdclass={"test": PyTest},