forked from openlp/openlp
Remove nose2 references
This commit is contained in:
parent
685e46f623
commit
df538b1d70
27
nose2.cfg
27
nose2.cfg
@ -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
|
@ -106,7 +106,6 @@ OPTIONAL_MODULES = [
|
||||
# development/testing modules
|
||||
('jenkins', '(access jenkins api)'),
|
||||
('launchpadlib', '(launchpad script support)'),
|
||||
('nose2', '(testing framework)'),
|
||||
('pylint', '(linter)')
|
||||
]
|
||||
|
||||
|
3
setup.py
3
setup.py
@ -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']}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user