Remove nose2 references

This commit is contained in:
Bastian Germann 2019-05-16 00:36:16 +02:00
parent 685e46f623
commit df538b1d70
3 changed files with 1 additions and 30 deletions

View File

@ -1,27 +0,0 @@
[unittest]
verbose = true
plugins = nose2.plugins.mp
[log-capture]
always-on = true
clear-handlers = true
filter = -nose
log-level = ERROR
[test-result]
always-on = true
descriptions = true
[coverage]
always-on = true
coverage = openlp
coverage-report = html
[multiprocess]
always-on = false
processes = 4
[output-buffer]
always-on = true
stderr = true
stdout = true

View File

@ -106,7 +106,6 @@ OPTIONAL_MODULES = [
# development/testing modules
('jenkins', '(access jenkins api)'),
('launchpadlib', '(launchpad script support)'),
('nose2', '(testing framework)'),
('pylint', '(linter)')
]

View File

@ -200,13 +200,12 @@ using a computer and a data projector.""",
'launchpad': ['launchpadlib']
},
tests_require=[
'nose2',
'pylint',
'PyMuPDF',
'pyodbc',
'pysword',
'python-xlib; platform_system=="Linux"'
],
test_suite='nose2.collector.collector',
test_suite='tests',
entry_points={'gui_scripts': ['openlp = run_openlp:start']}
)