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/pytest-subtesthack/
Date: Wed, 05 Feb 2020 20:11:15
Message-Id: 1580933462.9e2c5c3973daf5d1581061d7dc7a3b1c5a9be848.mgorny@gentoo
1 commit: 9e2c5c3973daf5d1581061d7dc7a3b1c5a9be848
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 20:08:22 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 20:11:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2c5c39
7
8 dev-python/pytest-subtesthack: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild
16 index da9c8709b4a..8de886930db 100644
17 --- a/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild
18 +++ b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python{2_7,3_6} )
24 +PYTHON_COMPAT=( python3_6 )
25 inherit distutils-r1
26
27 DESCRIPTION="A hack for test fixtures, needed for hypothesis inside py.test"