mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07: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:
parent
dbb782a594
commit
f5f4948480
6 changed files with 30 additions and 24 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue