Fix tox environments (#9547)

* fix cover tox envs

* make test work on all Pythons

* Remove unused import

Co-authored-by: alexzorin <alex@zorin.id.au>

Co-authored-by: alexzorin <alex@zorin.id.au>
This commit is contained in:
Brad Warren
2023-01-25 12:00:06 +11:00
committed by GitHub
co-authored by alexzorin
parent 81ff6fcc0d
commit 4ad71ab5ae
4 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ For debugging, we recommend putting
Once you are done with your code changes, and the tests in ``foo_test.py``
pass, run all of the unit tests for Certbot and check for coverage with ``tox
-e py3-cover``. You should then check for code style with ``tox -e lint`` (all
-e cover``. You should then check for code style with ``tox -e lint`` (all
files) or ``pylint --rcfile=.pylintrc path/to/file.py`` (single file at a
time).