Merged
Conversation
This was referenced Jan 16, 2022
f239329 to
da1f8ad
Compare
danieleades
suggested changes
Jan 25, 2022
d73e3a3 to
a3262b5
Compare
danieleades
previously approved these changes
Jan 25, 2022
c85f92d to
960065d
Compare
danieleades
previously approved these changes
Jan 28, 2022
Co-authored-by: Branch Vincent <[email protected]>
Co-authored-by: Branch Vincent <[email protected]>
Co-authored-by: Branch Vincent <[email protected]>
960065d to
4bb19c9
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
Contributor
Author
|
@neersighted can this have tests ran on them? Is it possible to allow tests to always run for me? |
Contributor
Author
|
in re:
@danieleades Just a rebase against master |
Member
There is no manual whitelist. Having a merged PR will automatically run CI for you in the future. |
danieleades
approved these changes
Jan 29, 2022
finswimmer
approved these changes
Feb 3, 2022
Merged
DavidVujic
pushed a commit
to DavidVujic/poetry-core
that referenced
this pull request
Mar 26, 2022
* Vendors: Bump min python 3.6 -> 3.7 * ci: Remove python 3.6 * ci[pre-commit]: Update pyupgrade arg 3.6 -> 3.7 * chore(flake8): Add min_python_version * deps(pyproject): Bump minimum python 3.6 -> 3.7 * deps: Remove PEP 557 (dataclasses) backport for 3.6 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * chore(tox): remove python 3.6 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * chore: Remove PY36 * CI(integration): Remove 3.6 * chore(testutils.py): Unused args Co-authored-by: Branch Vincent <[email protected]> * build(deps): Simplify isort markers Co-authored-by: Branch Vincent <[email protected]> * build(deps): Simplify pre-commit marker Co-authored-by: Branch Vincent <[email protected]> * chore: Cleanup unused condition, import * chore: Remove PY37 checks (unused) * chore: Fix codesmell See also: https://sonarcloud.io/project/issues?id=poetry-core&open=AX5towEhmZqnEonFAx80&pullRequest=263&resolved=false&types=CODE_SMELL * chore: Remove FileNotFoundError Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Branch Vincent <[email protected]>
bostonrwalker
pushed a commit
to bostonrwalker/poetry-core
that referenced
this pull request
Aug 29, 2022
* Vendors: Bump min python 3.6 -> 3.7 * ci: Remove python 3.6 * ci[pre-commit]: Update pyupgrade arg 3.6 -> 3.7 * chore(flake8): Add min_python_version * deps(pyproject): Bump minimum python 3.6 -> 3.7 * deps: Remove PEP 557 (dataclasses) backport for 3.6 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * chore(tox): remove python 3.6 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * chore: Remove PY36 * CI(integration): Remove 3.6 * chore(testutils.py): Unused args Co-authored-by: Branch Vincent <[email protected]> * build(deps): Simplify isort markers Co-authored-by: Branch Vincent <[email protected]> * build(deps): Simplify pre-commit marker Co-authored-by: Branch Vincent <[email protected]> * chore: Cleanup unused condition, import * chore: Remove PY37 checks (unused) * chore: Fix codesmell See also: https://sonarcloud.io/project/issues?id=poetry-core&open=AX5towEhmZqnEonFAx80&pullRequest=263&resolved=false&types=CODE_SMELL * chore: Remove FileNotFoundError Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Branch Vincent <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Resolves: python-poetry/poetry#4997
See also: python-poetry/poetry#5055, python-poetry/install.python-poetry.org#11
As I'm getting acclimated with the code base, this may have some back and forth to it
Later?