- 11 Nov, 2021 1 commit
-
-
Neil Girdhar committed
-
- 10 Nov, 2021 2 commits
-
-
Arun Babu Neelicattu committed
-
When installing Poetry through `install-poetry.py`, if `pip` is not available, Exception should not be raised, rather installation should be aborted with user-friendly error msg. Fixes #4521 Co-authored-by: TurtleNishant <nishant@turtlelectric.com> Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
Nishant Misra committed
-
- 30 Oct, 2021 3 commits
-
-
This change removes `__future__` imports and 'coding: utf-8' declarations. Co-authored-by: Jason Racine <jason.racine@uplight.com>
Jayracine committed -
Jason Racine committed
-
This change adds dependabot configuration with updates disabled to allow for restriction of manifest file selection used by the dependency graph. Ref: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
Arun Babu Neelicattu committed
-
- 28 Oct, 2021 8 commits
-
-
Ref: https://www.python.org/dev/peps/pep-0314/#keywords-optional Resovles: #4183
Mariatta Wijaya committed -
Related-to: #4142
Mariatta Wijaya committed -
wwuck committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
- 10 Oct, 2021 2 commits
-
-
HTTPretty handling of thread exception is incomplete, causing issues for test runs. This change works around the issue by ignoring the relevant warnings.
Arun Babu Neelicattu committed -
Pytest issues a warning as it attempts to collect `TestApplication`. This change renames the class to `PoetryTestApplication`.
Arun Babu Neelicattu committed
-
- 09 Oct, 2021 4 commits
-
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Upstream issue with pip 21.1.1 was resolved in 21.1.2. This version of pip was embedded in virtualenv versions 20.4.7 and above. Relates-to: python-poetry#4042
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
- 08 Oct, 2021 9 commits
-
-
This change ensures that when complete packages are created dependency inherits subdirectory from package if supported.
Arun Babu Neelicattu committed -
This change ensures that when complete packages are created dependency inherits source and resolved refs from package.
Arun Babu Neelicattu committed -
This change ensures that the tests support upcoming (>1.1.0a6) changes dropping default branch assumptions for vcs dependencies.
Arun Babu Neelicattu committed -
This change ensures that python_version comparison uses parsed versions and does not fail with changes in pretty output.
Arun Babu Neelicattu committed -
This change ensures that generated scripts for editable package installs exit using return value from callable used.
Cyril Jouve committed -
Christopher Hua committed
-
Daniel Eades committed
-
When running `python` within the various shells made available on Windows by MSys2, `sysconfig.get_platform()` returns: * MSys2 : `msys-3.2.0-x86-64` * MinGW x32 : `mingw_i686` * MinGW x64 : `mingw_x86_64` * MinGW UCRT64 : `mingw_x86_64_ucrt` * MinGW Clang64 : `mingw_x86_64_clang` In the case that `sysconfig.get_platform()` *does* return `mingw` (with no suffix), this change should still work as expected. Related-to: #3713
s0600204 committed -
Will Frey committed
-
- 19 Sep, 2021 4 commits
-
-
Mathieu Kniewallner committed
-
This commit fixes typographical errors in the CHANGELOG, docs folder, poetry package, and the tests. This was done via the codespell utility, which can be found at https://github.com/codespell-project/codespell
Kevin Kirsche committed -
Following a regression in #4443
Nikolai Røed Kristiansen committed -
* Add required_by list to pip show <package> command * Update poetry show pendulum documentation * Handle package name discrepancies * Lets not force typing then * issue-1906 Add the test back after rebase * issue-1906 Ignore trailing spaces in the tests
Šarūnas Nejus committed
-
- 13 Sep, 2021 2 commits
-
-
Fix the detection of the system environment with custom installer
Sébastien Eustace committed -
Sébastien Eustace committed
-
- 07 Sep, 2021 2 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 06 Sep, 2021 3 commits
-
-
Sébastien Eustace committed
-
Co-authored-by: finswimmer <2164565+finswimmer@users.noreply.github.com>
Sébastien Eustace committed -
Sébastien Eustace committed
-