Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dnspython/
Date: Fri, 08 Jan 2021 09:43:07
Message-Id: 1610098978.e70b1b9c014672dc6abd8a0c9a2084daec2d4d1a.mgorny@gentoo
1 commit: e70b1b9c014672dc6abd8a0c9a2084daec2d4d1a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 8 09:34:39 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 8 09:42:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70b1b9c
7
8 dev-python/dnspython: Use pytest
9
10 Closes: https://bugs.gentoo.org/764425
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/dnspython/dnspython-2.1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/dnspython/dnspython-2.1.0.ebuild b/dev-python/dnspython/dnspython-2.1.0.ebuild
17 index cc5faeca738..8cee010f2df 100644
18 --- a/dev-python/dnspython/dnspython-2.1.0.ebuild
19 +++ b/dev-python/dnspython/dnspython-2.1.0.ebuild
20 @@ -21,7 +21,7 @@ RDEPEND="
21 dev-python/cryptography[${PYTHON_USEDEP}]
22 >=dev-python/idna-2.1[${PYTHON_USEDEP}]"
23
24 -distutils_enable_tests unittest
25 +distutils_enable_tests pytest
26
27 src_prepare() {
28 sed -i -e '/network_avail/s:True:False:' \