From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tanguy Le Carrour Subject: Cannot install `python-cachecontrol` Date: Wed, 9 Oct 2019 17:26:26 +0200 Message-ID: <20191009152626.a2gblpxsblwuxqae@rafflesia> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40657) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIDrD-0008UY-4z for guix-devel@gnu.org; Wed, 09 Oct 2019 11:26:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIDrC-0002Rz-3z for guix-devel@gnu.org; Wed, 09 Oct 2019 11:26:31 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:39455) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iIDrB-0002RS-UU for guix-devel@gnu.org; Wed, 09 Oct 2019 11:26:30 -0400 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 429B020013 for ; Wed, 9 Oct 2019 15:26:27 +0000 (UTC) Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Guix Hi Guix, As mentionned in another thread, python-cachecontrol is broken. The problem is the following: Failed: [pytest] section in setup.cfg files is no longer supported, change to [tool:pytest] instead. When I fix the package definition, I end up with another problem. The cachecontrol's test suite relies on a feature of pytest that has been deprecated and removed. Is there a way to get around the problem, or do I have to update python-pytest?… and all its plugins (python-pytest-*)?! -- Tanguy