-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
Build from source (e.g. via pre-commit) is broken by new poetry version #2077
Closed
mhsmith opened this issue
Jan 28, 2023
· 6 comments
· Fixed by #2078, ashleve/lightning-hydra-template#515, Takishima/flake8-secure-coding-standard#47 or microsoft/msticpy#723
Closed
Build from source (e.g. via pre-commit) is broken by new poetry version #2077
mhsmith opened this issue
Jan 28, 2023
· 6 comments
· Fixed by #2078, ashleve/lightning-hydra-template#515, Takishima/flake8-secure-coding-standard#47 or microsoft/msticpy#723
Comments
To prevent something like this from happening again, maybe isort's pyproject.toml should pin a specific version of poetry-core. |
+1, I have the same problem |
Similar issues occurred in the CI of MMDetection, e.g., https://github.com/open-mmlab/mmdetection/actions/runs/4031655722/jobs/6931070982 |
regoawt
added a commit
to Weird-Sheep-Labs/pycoho
that referenced
this issue
Jan 28, 2023
Saran33
added a commit
to Saran33/fastapi-docx
that referenced
this issue
Jan 28, 2023
…ew poetry-core version is resolved
freefeynman123
added a commit
to freefeynman123/historic-weather-forecast
that referenced
this issue
Jan 28, 2023
…ew poetry-core version is resolved
Closed
chris48s
added a commit
to chris48s/cookiecutter-wagtail-package
that referenced
this issue
Jan 28, 2023
This was referenced Jan 29, 2023
s0undt3ch
added a commit
to s0undt3ch/salt
that referenced
this issue
Jan 29, 2023
Refs PyCQA/isort#2077 Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
Merged
19 tasks
s0undt3ch
added a commit
to saltstack/salt
that referenced
this issue
Jan 29, 2023
Refs PyCQA/isort#2077 Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
7 tasks
Camille0907
pushed a commit
to Camille0907/event
that referenced
this issue
Jul 3, 2023
To avoid the isort problem (PyCQA/isort#2077)
AungKoKoLin1997
pushed a commit
to qrtl/partner-contact
that referenced
this issue
Aug 10, 2023
To avoid the isort problem (PyCQA/isort#2077)
Ricardoalso
pushed a commit
to camptocamp/crm
that referenced
this issue
Sep 1, 2023
To avoid the isort problem (PyCQA/isort#2077)
Ricardoalso
pushed a commit
to camptocamp/crm
that referenced
this issue
Sep 1, 2023
To avoid the isort problem (PyCQA/isort#2077)
Ricardoalso
pushed a commit
to camptocamp/crm
that referenced
this issue
Sep 1, 2023
To avoid the isort problem (PyCQA/isort#2077)
Ricardoalso
pushed a commit
to camptocamp/crm
that referenced
this issue
Sep 1, 2023
To avoid the isort problem (PyCQA/isort#2077)
Ricardoalso
pushed a commit
to camptocamp/crm
that referenced
this issue
Sep 7, 2023
To avoid the isort problem (PyCQA/isort#2077)
milesgranger
added a commit
to milesgranger/crick
that referenced
this issue
Sep 12, 2023
yibudak
pushed a commit
to yibudak/queue
that referenced
this issue
Nov 27, 2023
An update is needed because of isort library problems with pre-commit - PyCQA/isort#2077
bvanjeelharia
pushed a commit
to bvanjeelharia/website
that referenced
this issue
Dec 18, 2023
To avoid the isort problem (PyCQA/isort#2077)
Merged
kaynnan
pushed a commit
to Escodoo/website
that referenced
this issue
Feb 1, 2024
To avoid the isort problem (PyCQA/isort#2077)
Tardo
pushed a commit
to admingrupoisonores/web
that referenced
this issue
Feb 19, 2024
To avoid the isort problem (PyCQA/isort#2077)
This was referenced Feb 23, 2024
This was referenced Mar 21, 2024
Edward-Knight
added a commit
to Edward-Knight/landlock
that referenced
this issue
Mar 30, 2024
See PyCQA/isort#2077. I'm still a poetry hater.
jugmac00
pushed a commit
to jugmac00/turnip
that referenced
this issue
Jul 17, 2024
Includes fix for PyCQA/isort#2077.
mthuurne
added a commit
to boxingbeetle/apetest
that referenced
this issue
Sep 29, 2024
This fixes the following installation issue: PyCQA/isort#2077
joshmoore
added a commit
to jburel/omero-rdf
that referenced
this issue
Nov 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Poetry-core 1.5.0, which was released 30 minutes ago, adds additional validation for the
extras
section, which causes this error when installing from source:Unfortunately I think this affects everyone who uses isort via pre-commit.
The text was updated successfully, but these errors were encountered: