1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-07 09:44:01 +02:00

Remove django cas server in CI dependencies

This commit is contained in:
Yohann D'ANELLO
2020-11-03 21:10:21 +01:00
parent 04dd02b88a
commit f146ae2dd2
5 changed files with 9 additions and 17 deletions

View File

@ -1,7 +1,7 @@
from cas_server.auth import DjangoAuthUser
from cas_server.auth import DjangoAuthUser # pragma: no cover
class CustomAuthUser(DjangoAuthUser):
class CustomAuthUser(DjangoAuthUser): # pragma: no cover
"""
Override Django Auth User model to define a custom Matrix username.
"""