2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 22:06:28 +00:00

Merge pull request from matmair/not-working-tests

Static test fixes
This commit is contained in:
Oliver
2022-05-20 20:46:28 +10:00
committed by GitHub
8 changed files with 78 additions and 27 deletions
.github/workflows
InvenTree
tasks.py

@ -15,7 +15,6 @@ def apps():
"""
return [
'barcode',
'build',
'common',
'company',
@ -24,8 +23,9 @@ def apps():
'part',
'report',
'stock',
'InvenTree',
'users',
'plugin',
'InvenTree',
]