forked from openlp/openlp
Change nose to nose2 in check_dependencies.py
This commit is contained in:
parent
7a1778052b
commit
af5fd0e58b
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user