mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
only run sqlite paralell
This commit is contained in:
parent
22bc0b3d90
commit
2eda9967a4
4
tasks.py
4
tasks.py
@ -274,7 +274,7 @@ def test(c, database=None):
|
||||
manage(c, 'check')
|
||||
|
||||
# Run coverage tests
|
||||
manage(c, 'test --parallel', pty=True)
|
||||
manage(c, 'test', pty=True)
|
||||
|
||||
|
||||
@task
|
||||
@ -290,7 +290,7 @@ def coverage(c):
|
||||
manage(c, 'check')
|
||||
|
||||
# Run coverage tests
|
||||
c.run('coverage run {manage} test {apps}'.format(
|
||||
c.run('coverage run {manage} test {apps} --parallel'.format(
|
||||
manage=managePyPath(),
|
||||
apps=' '.join(apps())
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user