Now we use nose for:
- the `SkipTest` method
- the test/test_local_client.py file
For 1, we do not need it since there is a decorator in the unittest framework.
For 2, we need to be consistent with the tools we use, 99% of tests are built using unittest, so the last file using nose should be translated.
- is related to
-
NXDRIVE-335 Use virtualenv for FT jobs
- Resolved