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:
Toshio Kuratomi 2019-03-19 18:36:45 -07:00 committed by GitHub
commit f5f4948480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 30 additions and 24 deletions

View file

@ -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::