Skip to content

Commit 96d25a9

Browse files
committed
release 4.41.0
1 parent 82629e5 commit 96d25a9

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
lines changed

docs/changelog.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@
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
**********************

docs/changelog/2301.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changelog/3402.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changelog/3774.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)