summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/db/test_db.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/tests/db/test_db.py')
-rw-r--r--bitbake/lib/toaster/tests/db/test_db.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/db/test_db.py b/bitbake/lib/toaster/tests/db/test_db.py
index 0410422276b..072ab943634 100644
--- a/bitbake/lib/toaster/tests/db/test_db.py
+++ b/bitbake/lib/toaster/tests/db/test_db.py
@@ -23,6 +23,7 @@
# SOFTWARE.
import sys
+import pytest
try:
from StringIO import StringIO
@@ -47,7 +48,7 @@ def capture(command, *args, **kwargs):
def makemigrations():
management.call_command('makemigrations')
-
+@pytest.mark.order(1)
class MigrationTest(TestCase):
def testPendingMigration(self):