2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

remove paralell coverage

This commit is contained in:
Matthias
2022-02-13 05:55:16 +01:00
parent 1f59373c70
commit ca7230f7a8

View File

@ -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())
))