mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-22 23:00:54 +00:00
remove paralell coverage
This commit is contained in:
2
tasks.py
2
tasks.py
@ -290,7 +290,7 @@ def coverage(c):
|
||||
manage(c, 'check')
|
||||
|
||||
# Run coverage tests
|
||||
c.run('coverage run {manage} test {apps} --parallel'.format(
|
||||
c.run('coverage run {manage} test {apps}'.format(
|
||||
manage=managePyPath(),
|
||||
apps=' '.join(apps())
|
||||
))
|
||||
|
Reference in New Issue
Block a user