Gentoo Archives: gentoo-commits

From: Julien Roy <julien@××××.ca>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/orderedmultidict/
Date: Mon, 02 Jan 2023 21:14:56
Message-Id: 1672694080.031553d7cf31d8df3b89086af7e0ff6d23d10b10.julien@gentoo
1 commit: 031553d7cf31d8df3b89086af7e0ff6d23d10b10
2 Author: Julien Roy <julien <AT> jroy <DOT> ca>
3 AuthorDate: Mon Jan 2 21:13:41 2023 +0000
4 Commit: Julien Roy <julien <AT> jroy <DOT> ca>
5 CommitDate: Mon Jan 2 21:14:40 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=031553d7
7
8 dev-python/orderedmultidict: fix python tests
9 Closes: https://bugs.gentoo.org/888689
10
11 Signed-off-by: Julien Roy <julien <AT> jroy.ca>
12
13 dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild b/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild
17 index c0bda8e60..bbdadae46 100644
18 --- a/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild
19 +++ b/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2022 Gentoo Authors
22 +# Copyright 2022-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -21,4 +21,4 @@ RDEPEND="test? ( dev-python/flake8[${PYTHON_USEDEP}] )
27 "
28 DEPEND="${RDEPEND}"
29
30 -distutils_enable_tests unittest
31 +distutils_enable_tests pytest