- 30 Apr, 2021 6 commits
-
-
Arun Babu Neelicattu committed
-
Previously, pytest execution was influenced by poetry user configuration. This change ensures that a new config.toml is used each test case.
Arun Babu Neelicattu committed -
Replace updates of os.environ with explicit passing of `env` to subprocess calls in `Env.execute()`. Relates-to: #3199
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Resolves: #3952
Arun Babu Neelicattu committed
-
- 29 Apr, 2021 1 commit
-
-
Throw a specific exception in the case of finding a matching name+version, but none of the digests for a link matching the `poetry.lock` metadata. Fixes Issue #2422 Co-authored-by: Nicolas Simonds <nisimond@cisco.com>
Nicolas Simonds committed
-
- 26 Apr, 2021 1 commit
-
-
In the event where we defined sources that were set as secondary = True, we would end up with PyPI being after this source when it should have acted as default in that case. The main issue stems from the fact that it's not because you have sources configured that PyPI should not be a default. Instead, PyPI should be default if there are no sources with secondary = False and not default if there are sources with secondary = True.
Tom Rochette committed
-
- 21 Apr, 2021 2 commits
-
-
This change allows for vcs/path dependencies to be installed with `develop=true` configured.
Arun Babu Neelicattu committed -
Resolves: #1614
paavanb committed
-
- 19 Apr, 2021 1 commit
-
-
* add tests for ansi and no-ansi install output * add tests for Env.run error handling * add tests for pip_install error handling * encapsulate pip installation to handle interrupts
Vasundhara Gautam committed
-
- 14 Apr, 2021 5 commits
-
-
Sébastien Eustace committed
-
This reverts commit cd8ac0d2.
stephsamson committed -
`python get-poetry.py --version 0.12.34` should exit non-zero. This apparently regressed in 23667d28 [1]. 1: https://github.com/python-poetry/poetry/commit/23667d28a96cdf62a83e944ac977e22d3ced7590#diff-952871ed95a893e0348aa1269bf15e689d18756657cfec5c7316d05e55eb6dc6R302
Daniel Hahler committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
- 12 Apr, 2021 7 commits
-
-
This change makes readme formant configurable, defaulting to markdown when using the new command. Resolves: #280 Closes: #1515 Co-authored-by: Arun Babu Neelicattu <arun.neelicattu@gmail.com>
finswimmer committed -
Relates-to: #280 Co-authored-by: Arun Babu Neelicattu <arun.neelicattu@gmail.com>
finswimmer committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
With this change, names containing "." are treated as namespace packages. The following behaviour is now expected. - "a.b.c" creates package name "a-b-c" with directory structure "a/b/c" - "a-b-c" creates package name "a-b-c" with directory structure "a/b/c" - "a.b_c" creates package name "a-b-c" with directory structure "a/b_c" - "a_b_c" creates package name "a-b-c" with directory structure "a_b_c"
Arun Babu Neelicattu committed -
- remove unnecessary template duplication - stop generating default test case (this is out of scope for poetry) - stop generating content for package `__init__.py` - simplify inheritance to only require base directory overrides - remove "StandardLayout" (replaced with `Layout`) - support handling namespace package names given in the form "a.b.c" - specify include packages by default (be explicit)
Arun Babu Neelicattu committed
-
- 10 Apr, 2021 3 commits
-
-
This change is in preparation for the removal of the old bootstrap method in favour of the new `install-poetry` script. Releases no longer require platform specific build artifacts.
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
This change replaces various cases in which installed distribution and file look-ups used path searches with importlib.metadata backed look-ups. This fixes issues with `dist-info` lookup for PEP610 implementation as well as `.pth` file look-up and `dist-info` removal.
Arun Babu Neelicattu committed
-
- 09 Apr, 2021 3 commits
-
-
* tests: add case for transitive markers propagation Relates-to: #3878 * deps: update poetry-core Relates-to: #3878
Arun Babu Neelicattu committed -
Sébastien Eustace committed
-
* env: ignore warnings when executing python scripts When executing python scripts with an intent to deserialise via `json.loads` we need to ensure we ignore warnings. This is required because, warnings can cause a `JSONDecodeError`. Resolves: #3897 * ci: use current source if experimental
Arun Babu Neelicattu committed
-
- 08 Apr, 2021 1 commit
-
-
Arun Babu Neelicattu committed
-
- 07 Apr, 2021 2 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 06 Apr, 2021 4 commits
-
-
Eero Ruohola committed
-
text taken from https://github.com/python-poetry/poetry/releases/tag/1.1.5
Dima Tisnek committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 05 Apr, 2021 1 commit
-
-
Arun Babu Neelicattu committed
-
- 02 Apr, 2021 1 commit
-
-
* Used pyupgrade to remove compatibility code May fix #3860
ThatXliner committed
-
- 30 Mar, 2021 2 commits
-
-
Resolves: #3842
Cere Blanco committed -
Sébastien Eustace committed
-