Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <mailman.46.1729841361.4695.python-list@python.org>
Deutsch   English   Français   Italiano  
<mailman.46.1729841361.4695.python-list@python.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.nobody.at!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: c.buhtz@posteo.jp
Newsgroups: comp.lang.python
Subject: Re: shutil.rmtree() fails when used in Fedora (rpm) "mock" environment
Date: Fri, 25 Oct 2024 07:29:19 +0000
Lines: 8
Message-ID: <mailman.46.1729841361.4695.python-list@python.org>
References: <4a13731716200669342338ae409e73ca@posteo.de>
 <36BEA5DD-D591-4D0E-B7CF-78609AA42B92@barrys-emacs.org>
 <95ec01236b917c5717c8ef6d2da8ffae@posteo.de>
 <eebb7338a4c2d95046a95817a86cb3a4@posteo.de>
Reply-To: python-list@python.org
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII;
 format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: news.uni-berlin.de yScZqD+61wXrN9hiQJRNDAvatzE7DXODowwhr+MJcLnA==
Cancel-Lock: sha1:BgczjvUfoqYnm5m522sYgna7AI0= sha256:F95N0ae9djKNbYvg9EsLo/+9g/p0DGP6qUuzTflC+CU=
Return-Path: <c.buhtz@posteo.jp>
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.008
X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:when': 0.07;
 'tests': 0.07; 'happens.': 0.09; 'schrieb': 0.09; 'test,': 0.09;
 '3.9': 0.16; 'subject:() ': 0.16; 'subject:Fedora': 0.16;
 'subject:fails': 0.16; 'subject:used': 0.16; 'python': 0.16;
 'to:addr:python-list': 0.20; 'machine': 0.22; 'received:de': 0.23;
 'local': 0.27; 'christian': 0.32; 'fine.': 0.32; 'header:In-Reply-
 To:1': 0.34; 'using': 0.37; 'means': 0.38; 'involved': 0.63;
 'everything': 0.63; 'received:185': 0.71; 'reply-to:no real
 name:2**0': 0.78; 'header:Reply-To:1': 0.79
Mail-Reply-To: python-list@python.org
In-Reply-To: <95ec01236b917c5717c8ef6d2da8ffae@posteo.de>
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: <eebb7338a4c2d95046a95817a86cb3a4@posteo.de>
X-Mailman-Original-References: <4a13731716200669342338ae409e73ca@posteo.de>
 <36BEA5DD-D591-4D0E-B7CF-78609AA42B92@barrys-emacs.org>
 <95ec01236b917c5717c8ef6d2da8ffae@posteo.de>
Bytes: 3107

Am 25.10.2024 09:06 schrieb Christian Buhtz via Python-list:
> On a "regular" system all tests are running.

To clarify: "regular" does not exclude PyFakeFS. It means on my own 
local development machine and on the TravsCI machines (Ubuntu 22 with 
Python 3.9 up to 3.13) and using PyFakeFS in that test, everything is 
fine.
Only when mock/chroot is involved that happens.