mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Remove nose from unittests (#54055)
* Remove nose from unittests This PR migrates the last of our unittests from using nose to using pytest. We don't need to install nose in our testing environments anymore
This commit is contained in:
@@ -62,18 +62,15 @@ If you make multiple changes to the documentation, or add more than a line to it
|
||||
|
||||
To work with documentation on your local machine, you need the following packages installed:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
- libyaml
|
||||
- PyYAML
|
||||
- nose
|
||||
- six
|
||||
- tornado
|
||||
- pyparsing
|
||||
- gcc
|
||||
- jinja2
|
||||
- rstcheck
|
||||
- sphinx
|
||||
- libyaml
|
||||
- PyYAML
|
||||
- six
|
||||
- tornado
|
||||
- pyparsing
|
||||
- gcc
|
||||
- jinja2
|
||||
- rstcheck
|
||||
- sphinx
|
||||
|
||||
.. note::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user