mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
remove paralell coverage
This commit is contained in:
parent
1f59373c70
commit
ca7230f7a8
2
tasks.py
2
tasks.py
@ -290,7 +290,7 @@ def coverage(c):
|
|||||||
manage(c, 'check')
|
manage(c, 'check')
|
||||||
|
|
||||||
# Run coverage tests
|
# Run coverage tests
|
||||||
c.run('coverage run {manage} test {apps} --parallel'.format(
|
c.run('coverage run {manage} test {apps}'.format(
|
||||||
manage=managePyPath(),
|
manage=managePyPath(),
|
||||||
apps=' '.join(apps())
|
apps=' '.join(apps())
|
||||||
))
|
))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user