From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4767D15806E for ; Thu, 1 Jun 2023 01:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DDAEE0936; Thu, 1 Jun 2023 01:20:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63618E0936 for ; Thu, 1 Jun 2023 01:20:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D886340F2E for ; Thu, 1 Jun 2023 01:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9891990 for ; Thu, 1 Jun 2023 01:20:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685582409.30106e7b89a0506ca78485782a9a1e8efe5e0a6d.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 30106e7b89a0506ca78485782a9a1e8efe5e0a6d X-VCS-Branch: master Date: Thu, 1 Jun 2023 01:20:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a34fe1d1-f612-443e-b553-23efafb0207c X-Archives-Hash: ed0fde99e15473a567f5203bcb8f08df commit: 30106e7b89a0506ca78485782a9a1e8efe5e0a6d Author: Sam James gentoo org> AuthorDate: Thu Jun 1 01:19:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 1 01:20:09 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=30106e7b NEWS: mention pytest Signed-off-by: Sam James gentoo.org> NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index ec11353c9..6e9c6c2be 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ Features: contents have changed. This is particularly beneficial on CoW filesystems with snapshots. This is always enabled. See bug #722270. +Cleanups: +* Begin porting to pytest! + Bug fixes: * fowners, fperms: Fix handling of relative pathnames (bug #905223).