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},