- 24 Mar, 2022 5 commits
-
-
This change removed code duplication for group option handling in commands and group activation in installer. The installer now only allows for `only_groups` and removes `with_groups`/`without_groups`. Additionally, this change enables code reuse for group flags in the update command and centralises deprecated option handling logic for these options. Further, this fixes regression when using `update --no-dev`.
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Tony Narlock committed
-
updates: - [github.com/pre-commit/mirrors-mypy: v0.940 → v0.941](https://github.com/pre-commit/mirrors-mypy/compare/v0.940...v0.941) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] committed
-
- 20 Mar, 2022 1 commit
-
-
David Hotham committed
-
- 18 Mar, 2022 1 commit
-
-
* seen packages is a set * simplify 'visited' in solver depth-first-search * remove pointless return code * node.reachable() is always empty after the search because node.seen has been fully populated * remove node.seen in solver
David Hotham committed
-
- 17 Mar, 2022 1 commit
-
-
finswimmer committed
-
- 15 Mar, 2022 1 commit
-
-
updates: - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](https://github.com/asottile/pyupgrade/compare/v2.31.0...v2.31.1) - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.940](https://github.com/pre-commit/mirrors-mypy/compare/v0.931...v0.940) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] committed
-
- 09 Mar, 2022 1 commit
-
-
finswimmer committed
-
- 08 Mar, 2022 1 commit
-
-
Fix for "poetry lock --no-update" so that dependencies with extras are not updated unnecessarily (#4618) * Fix for "poetry lock --no-update" so that dependencies with extras are not updated unnecessarily * None check instead of "or" * Simplified logic (giving up possibility of early return when no matching version is found) * Rename local variable for clarity
Randy Döring committed
-
- 06 Mar, 2022 1 commit
-
-
Eric Young committed
-
- 05 Mar, 2022 2 commits
-
-
As per PEP610, presence of `vcs_info.requested_version` is optional in direct_url.json for vcs packages. Prior to this change, Poetry would crash when loading an environment with a vcs package not installed by Poetry.
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
- 04 Mar, 2022 1 commit
-
-
* Check current python version * fix current_python type
yokomotod committed
-
- 03 Mar, 2022 5 commits
-
-
Dave Gaeddert committed
-
Resolves: #4265
Ben Altieri committed -
Stijn de Gooijer committed
-
Stijn de Gooijer committed
-
Stijn de Gooijer committed
-
- 02 Mar, 2022 1 commit
-
-
Branch Vincent committed
-
- 01 Mar, 2022 1 commit
-
-
finswimmer committed
-
- 28 Feb, 2022 4 commits
-
-
finswimmer committed
-
finswimmer committed
-
Branch Vincent committed
-
Branch Vincent committed
-
- 27 Feb, 2022 1 commit
-
-
Branch Vincent committed
-
- 26 Feb, 2022 2 commits
-
-
Tony Narlock committed
-
finswimmer committed
-
- 25 Feb, 2022 1 commit
-
-
* Copy 1.1.11-1.1.13 from 1.1 branch to CHANGELOG.md
Remi Rampin committed
-
- 11 Feb, 2022 1 commit
-
-
Randy Döring committed
-
- 09 Feb, 2022 1 commit
-
-
* Add output for poetry lock --check * Rephrase messages * Add punctuation mark at the end of the message * Update wording for installer and export * Put warning back for installer and export * Finalize warning messages * Improve fix messages
Artem Rys committed
-
- 03 Feb, 2022 4 commits
-
-
updates: - [github.com/psf/black: 21.12b0 → 22.1.0](https://github.com/psf/black/compare/21.12b0...22.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] committed -
* fixes mypy issue on windows * adds comments for mypy fix
Brian Marroquin committed -
Randy Döring committed
-
* Fix grammar Than -> Then https://www.merriam-webster.com/words-at-play/when-to-use-then-and-than * go one better
Zach Whaley committed
-
- 30 Jan, 2022 2 commits
-
-
Randy Döring committed
-
* give error message when package to be installed is the same as the package name * handle AssertionError in check_solver_result * added unit test to check a clear error message when package is a dependence of itself * fixed message of unit test * update explanation as in master branch * added unit test typing hints
David Fortini committed
-
- 29 Jan, 2022 1 commit
-
-
* Added canonicalize_name() to console/commands/init.py * Removed unnecessary helper function calls * Fixed capitalized package bug on poetry init Used canonicalize_name to standardize the names of all packages in poetry init with interactive dependencies. Given its importance, added a test_canoncalize_name() test to tests/utils/test_helpers.py * Split out _get_choice_list to a separate function For testing purposes * Tests working with canonicalized_name assigned outside of _generate_choice_list() * Changed test_generate_choice_list Parameterized a _generate_choice_list_packages fixture in order to call the test with both > 10 and < 10 cases, verifying that output is <= 10 and the package_name has the desired package first in choices * Added output message if choice_list is truncated Also added cases for truncation and non-truncation in test_generate_choice_list to ensure the message is printed in only the correct cases * Removed info_string calls Moved info_string generation logic out of init._generate_choice_list * Removed type hint for info_string
Evan Rittenhouse committed
-
- 27 Jan, 2022 1 commit
-
-
Branch Vincent committed
-