Skip to content

Commit

Permalink
feat: add palm and quince to tCI platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
CefBoud committed Nov 4, 2023
1 parent 9bdeb29 commit 991299b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- branch: opencraft-release/nutmeg.2
remote: open-craft
release: nutmeg
- branch: opencraft-release/palm.1
remote: open-craft
release: palm
- branch: open-release/quince.master
remote: openedx
release: quince
- branch: master
remote: openedx
release: master
Expand Down
2 changes: 1 addition & 1 deletion section_to_course/api/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

# pylint: disable=no-self-use
from common.djangoapps.student.tests.factories import UserFactory, TEST_PASSWORD
from common.djangoapps.student.tests.factories import TEST_PASSWORD, UserFactory
from django.urls import reverse
from rest_framework import status
from rest_framework.test import APITestCase
Expand Down
2 changes: 1 addition & 1 deletion section_to_course/tests/test_admin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Tests for the admin views of the section_to_course app.
"""
from common.djangoapps.student.tests.factories import UserFactory, TEST_PASSWORD # pylint: disable=import-error
from common.djangoapps.student.tests.factories import TEST_PASSWORD, UserFactory # pylint: disable=import-error
from django.test import TestCase
from django.urls import reverse
from django.utils import timezone
Expand Down

0 comments on commit 991299b

Please sign in to comment.