Deutsch English Français Italiano |
<mailman.52.1730019536.4695.python-list@python.org> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!not-for-mail From: Barry <barry@barrys-emacs.org> Newsgroups: comp.lang.python Subject: Re: shutil.rmtree() fails when used in Fedora (rpm) "mock" environment Date: Sun, 27 Oct 2024 08:56:59 +0000 Lines: 23 Message-ID: <mailman.52.1730019536.4695.python-list@python.org> References: <4XbH214CRzz6tyG@submission01.posteo.de> <CF22647E-96C2-48D6-B41D-8D70FEC7CBA2@barrys-emacs.org> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de blyXuG2UECSrasxI5fUb+QBMYGSp98mlkWY1yWqyGUIw== Cancel-Lock: sha1:qsrOWncKC7RgLnKEam0FQJoWfT4= sha256:QTdsLK3v4JmZraSC2CbcoGM1nOXFFokGAbpOdaLXgmA= Return-Path: <barry@barrys-emacs.org> X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org Authentication-Results: mail.python.org; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:when': 0.07; 'url:mailman': 0.09; 'fedora': 0.09; 'from:addr:barry': 0.09; 'received:217.70': 0.09; 'received:217.70.178': 0.09; 'received:gandi.net': 0.09; 'received:mail.gandi.net': 0.09; 'cc:no real name:2**0': 0.14; 'problem.': 0.15; 'url:listinfo': 0.15; 'barry': 0.16; 'from:addr:barrys-emacs.org': 0.16; 'message- id:@barrys-emacs.org': 0.16; 'subject:() ': 0.16; 'subject:Fedora': 0.16; 'subject:fails': 0.16; 'subject:used': 0.16; 'wrote:': 0.16; 'python': 0.16; 'bug': 0.19; 'to:addr :python-list': 0.20; 'url-ip:188.166.95.178/32': 0.20; 'url- ip:188.166.95/24': 0.20; 'issue': 0.21; 'version': 0.23; 'url- ip:188.166/16': 0.24; 'cc:2**0': 0.25; 'seems': 0.26; 'christian': 0.32; 'python-list': 0.32; 'header:In-Reply-To:1': 0.34; 'thanks': 0.39; 'between': 0.63; 'received:217': 0.67; 'out.': 0.80 In-Reply-To: <4XbH214CRzz6tyG@submission01.posteo.de> X-Mailer: iPad Mail (22A3370) X-GND-Sasl: barry@barrys-emacs.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.39 Precedence: list List-Id: General discussion list for the Python programming language <python-list.python.org> List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> List-Archive: <https://mail.python.org/pipermail/python-list/> List-Post: <mailto:python-list@python.org> List-Help: <mailto:python-list-request@python.org?subject=help> List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> X-Mailman-Original-Message-ID: <CF22647E-96C2-48D6-B41D-8D70FEC7CBA2@barrys-emacs.org> X-Mailman-Original-References: <4XbH214CRzz6tyG@submission01.posteo.de> Bytes: 3384 > On 26 Oct 2024, at 12:11, Christian Buhtz via Python-list <python-list@pyt= hon.org> wrote: >=20 > =EF=BB=BFAs you can see in the linked issue it seems it was an incompatibi= lity > between the version of Python and PyFakeFS. >=20 > In the end it was a Fedora packaging bug because that pyfakefs version > was not compatible with Python 3.13. That makes sense. >=20 > Thanks in advance for helping out. No problem. Barry > -- > https://mail.python.org/mailman/listinfo/python-list >=20