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

Fix poetry install #49

Closed
nphilipp opened this issue Oct 21, 2021 · 0 comments · Fixed by #50
Closed

Fix poetry install #49

nphilipp opened this issue Oct 21, 2021 · 0 comments · Fixed by #50

Comments

@nphilipp
Copy link
Collaborator

Oh noes:

nils@makake:~/src/fedora-infra/duffy (dev)> poetry install
Installing dependencies from lock file

No dependencies to install or update

  ValueError

  Invalid author string. Must be in the format: John Smith <john@example.com>

  at /usr/lib/python3.9/site-packages/poetry/core/packages/package.py:203 in _get_author
      199│ 
      200│         m = AUTHOR_REGEX.match(self._authors[0])
      201│ 
      202│         if m is None:
    → 203│             raise ValueError(
      204│                 "Invalid author string. Must be in the format: "
      205│                 "John Smith <john@example.com>"
      206│             )
      207│ 
nils@makake:~/src/fedora-infra/duffy (dev)>
@nphilipp nphilipp created this issue from a note in Q4/2021 Initiative (New) Oct 21, 2021
@nphilipp nphilipp moved this from New to To do in Q4/2021 Initiative Oct 21, 2021
@nphilipp nphilipp self-assigned this Oct 21, 2021
@nphilipp nphilipp moved this from To do to In progress in Q4/2021 Initiative Oct 21, 2021
@nphilipp nphilipp moved this from In progress to In Review in Q4/2021 Initiative Oct 21, 2021
Q4/2021 Initiative automation moved this from In Review to Done Oct 21, 2021
siddharthvipul pushed a commit that referenced this issue Oct 21, 2021
Running `poetry install` verifies the format of author strings, it trips
over the missing '>'.

Fixes: #49

Signed-off-by: Nils Philippsen <nils@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant