Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add missing unique constraint on t_roles.uuid_role. #46

Closed
wants to merge 1 commit into from

Conversation

lpofredc
Copy link
Contributor

Add a missing unique constraint on utilisateurs.t_roles.uuid_role, as already exists on utilisateurs.bib_organismes.

@camillemonchicourt
Copy link
Member

Les tests ne sont pas passés sur cette PR.
Une idée du soucis ?

@lpofredc
Copy link
Contributor Author

Pas certain que ça vienne de la PR, il semblerait qu'il s'agisse d'un pb de dépendance.

  File "/home/runner/work/UsersHub-authentification-module/UsersHub-authentification-module/src/pypnusershub/db/__init__.py", line 1, in <module>
    from .models import *  # noqa
  File "/home/runner/work/UsersHub-authentification-module/UsersHub-authentification-module/src/pypnusershub/db/models.py", line 26, in <module>
    from pypnusershub.db.tools import NoPasswordError, DifferentPasswordError
  File "/home/runner/work/UsersHub-authentification-module/UsersHub-authentification-module/src/pypnusershub/db/tools.py", line 15, in <module>
    from itsdangerous import (
ImportError: cannot import name 'TimedJSONWebSignatureSerializer' from 'itsdangerous' (/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/itsdangerous/__init__.py)
Error: Process completed with exit code 1.

@lpofredc
Copy link
Contributor Author

cf. pallets/itsdangerous#294 ?

@bouttier
Copy link
Contributor

Supersed by #50

@bouttier bouttier closed this Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants