File tree Expand file tree Collapse file tree 4 files changed +21
-9
lines changed
Expand file tree Collapse file tree 4 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 66
77.. towncrier release notes start
88
9+ **********************
10+ v4.41.0 (2026-02-19)
11+ **********************
12+
13+ Features - 4.41.0
14+ =================
15+
16+ - Add ``package = "deps-only" `` mode that installs the package's dependencies (including extras) without building or
17+ installing the package itself. For projects with static :PEP: `621 ` metadata, dependencies are read directly from
18+ ``pyproject.toml `` without creating a packaging environment - by :user: `gaborbernat `. (:issue: `2301 `)
19+ - Prefer TOML-native configuration (``[tool.tox] ``) over ``legacy_tox_ini `` when both are present in ``pyproject.toml ``,
20+ allowing users to include a ``legacy_tox_ini `` section with ``min_version `` for older tox versions while using native
21+ TOML config for newer ones - by :user: `rahuldevikar `. (:issue: `3402 `)
22+
23+ Bugfixes - 4.41.0
24+ =================
25+
26+ - Fix PEP 517 backend crash detection to handle both ``ENOENT `` (missing interpreter) and runtime crashes without
27+ hanging, and fix flaky ``test_provision_install_pkg_pep517 `` integration test by using a pre-built wheel instead of an
28+ sdist to avoid devpi mirror dependency on setuptools - by :user: `gaborjbernat `. (:issue: `3774 `)
29+
930**********************
1031 v4.40.0 (2026-02-19)
1132**********************
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments