Install python-nose-exclude by entering the following commands in the terminal:
sudo apt update sudo apt install python-nose-exclude
Description:
exclude specific directories from nosetests runs - Python 2.7
nose-exclude is a Nose plugin that allows you to easily specify directories to be excluded from testing. The --exclude-dir= option is made available after installation of the plugin. The option may be used multiple times to exclude multiple directories from testing. The directory paths provided may be absolute or relative. . This is the Python 2 version.
Homepage: https://github.com/kgrandis/nose-exclude
Version: 0.5.0-1
Section: universe/python