Fix non py3-compatible test in CI #22

Merged
mpepin merged 2 commits from Kerl/fix-test into master 2018-10-06 23:15:54 +02:00
mpepin commented 2018-10-06 17:40:01 +02:00 (Migrated from git.eleves.ens.fr)
Tout est dans le titre. Voir https://git.eleves.ens.fr/cof-geek/django-allauth-ens/issues/3#note_5125
delobell (Migrated from git.eleves.ens.fr) scheduled this pull request to auto merge when all checks succeed 2018-10-06 17:41:25 +02:00
delobell commented 2018-10-06 17:46:42 +02:00 (Migrated from git.eleves.ens.fr)

Problème extrêmement majeur :

--- /builds/cof-geek/django-allauth-ens/allauth_ens/tests.py:before	2018-10-06 15:21:57.128000
+++ /builds/cof-geek/django-allauth-ens/allauth_ens/tests.py:after	2018-10-06 15:45:37.802521
@@ -9,12 +9,13 @@
 from django.test import TestCase, override_settings
 
 from allauth.socialaccount.models import SocialAccount
-from allauth_ens.utils import get_ldap_infos
 
 import six
 from allauth_cas.test.testcases import CASTestCase
 from fakeldap import MockLDAP
 from mock import patch
+
+from allauth_ens.utils import get_ldap_infos
Problème extrêmement majeur : ``` --- /builds/cof-geek/django-allauth-ens/allauth_ens/tests.py:before 2018-10-06 15:21:57.128000 +++ /builds/cof-geek/django-allauth-ens/allauth_ens/tests.py:after 2018-10-06 15:45:37.802521 @@ -9,12 +9,13 @@ from django.test import TestCase, override_settings from allauth.socialaccount.models import SocialAccount -from allauth_ens.utils import get_ldap_infos import six from allauth_cas.test.testcases import CASTestCase from fakeldap import MockLDAP from mock import patch + +from allauth_ens.utils import get_ldap_infos ```
mpepin commented 2018-10-06 17:49:16 +02:00 (Migrated from git.eleves.ens.fr)

oups, je vais finir par m'y faire ^^'

oups, je vais finir par m'y faire \^\^'
mpepin commented 2018-10-06 22:57:44 +02:00 (Migrated from git.eleves.ens.fr)

added 1 commit

Compare with previous version

added 1 commit <ul><li>a2792101 - fix import ordering</li></ul> [Compare with previous version](https://git.eleves.ens.fr/cof-geek/django-allauth-ens/merge_requests/16/diffs?diff_id=991&start_sha=fc16b3fedfeea88e1117d26737c0b3f83a70f822)
delobell commented 2018-10-06 23:15:54 +02:00 (Migrated from git.eleves.ens.fr)

merged

merged
delobell commented 2018-10-06 23:15:54 +02:00 (Migrated from git.eleves.ens.fr)

mentioned in commit bc772851d1

mentioned in commit bc772851d145c8a142e5d46f2696c7ad099fb399
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: DGNum/django-allauth-ens#22
No description provided.