Change nose to nose2 in check_dependencies.py

This commit is contained in:
Raoul Snyman 2017-11-08 23:12:07 -07:00
parent 7a1778052b
commit af5fd0e58b

View File

@ -105,7 +105,7 @@ MODULES = [
OPTIONAL_MODULES = [ OPTIONAL_MODULES = [
('mysql.connector', '(MySQL support)', True), ('mysql.connector', '(MySQL support)', True),
('psycopg2', '(PostgreSQL support)', True), ('psycopg2', '(PostgreSQL support)', True),
('nose', '(testing framework)', True), ('nose2', '(testing framework)', True),
('mock', '(testing module)', sys.version_info[1] < 3), ('mock', '(testing module)', sys.version_info[1] < 3),
('jenkins', '(access jenkins api - package name: jenkins-webapi)', True), ('jenkins', '(access jenkins api - package name: jenkins-webapi)', True),
('pysword', '(import SWORD bibles)', True), ('pysword', '(import SWORD bibles)', True),