We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1db72 commit 2c8c5b2Copy full SHA for 2c8c5b2
docs/changelog.rst
@@ -6,6 +6,18 @@
6
7
.. towncrier release notes start
8
9
+**********************
10
+ v4.47.3 (2026-03-04)
11
12
+
13
+Bug fixes - 4.47.3
14
+==================
15
16
+- ``ignore_base_python_conflict`` now also suppresses errors when an environment name contains multiple conflicting
17
+ version-like factors (e.g., ``unit-py3.10-2.16`` where both ``py3.10`` and ``2.16`` are detected as Python versions).
18
+ Previously this flag only handled conflicts between explicit ``base_python`` settings and the environment name - by
19
+ :user:`gaborbernat`. (:issue:`3850`)
20
21
**********************
22
v4.47.2 (2026-03-03)
23
docs/changelog/3850.bugfix.rst
0 commit comments