remove outdated comment referencing a command that doesn't work

This commit is contained in:
Erica Portnoy 2019-11-13 12:44:12 -08:00
parent f671caab7f
commit d7f7aa25c4

View file

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