mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
Rewrite tox config (#9666)
* rewrite tox config
* fix apacheconftest-with-pebble deps
* more fixes
* more fixes
* move comment up
* fix mock location
* bump cffi
* update oldest constraints
* Revert "fix mock location"
This reverts commit 561037bfad.
* fix apache test
* fix server cleanup
* fix some leaky sockets
* stop leaking sockets
* change less
* Update tox.ini
Co-authored-by: alexzorin <alex@zorin.id.au>
* Update tox.ini
Co-authored-by: alexzorin <alex@zorin.id.au>
* tweak contributing doc
---------
Co-authored-by: alexzorin <alex@zorin.id.au>
This commit is contained in:
@@ -515,8 +515,8 @@ Steps:
|
||||
virtualenv. You can do this by following the instructions in the
|
||||
:ref:`Getting Started <getting_started>` section.
|
||||
3. Run ``tox -e lint`` to check for pylint errors. Fix any errors.
|
||||
4. Run ``tox --skip-missing-interpreters`` to run the entire test suite
|
||||
including coverage. The ``--skip-missing-interpreters`` argument ignores
|
||||
4. Run ``tox --skip-missing-interpreters`` to run all the tests we recommend
|
||||
developers run locally. The ``--skip-missing-interpreters`` argument ignores
|
||||
missing versions of Python needed for running the tests. Fix any errors.
|
||||
5. If any documentation should be added or updated as part of the changes you
|
||||
have made, please include the documentation changes in your PR.
|
||||
|
||||
Reference in New Issue
Block a user