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 89c9b3a commit 9351918Copy full SHA for 9351918
docs/changelog-fragments/89c9b3a.packaging.rst
@@ -0,0 +1,9 @@
1
+A flaw in the logic for copying the project directory into a
2
+temporary folder that led to infinite recursion when :envvar:`TMPDIR`
3
+was set to a project subdirectory path. This was happening in Fedora
4
+and its downstream due to the use of `pyproject-rpm-macros
5
+<https://src.fedoraproject.org/rpms/pyproject-rpm-macros>`__. It was
6
+only reproducible with ``pip wheel`` and was not affecting the
7
+``pyproject-build`` users.
8
+
9
+-- by :user:`hroncok` and :user:`webknjaz`
docs/conf.py
@@ -63,6 +63,7 @@
63
nitpicky = True
64
nitpick_ignore = [
65
('envvar', 'PATH'),
66
+ ('envvar', 'TMPPATH'),
67
]
68
69
# Add any Sphinx extension module names here, as strings. They can be
0 commit comments