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-xdist/
Date: Mon, 16 Jul 2018 19:57:34
Message-Id: 1531771033.649278bfc0cba65ff9a50c0cb50e2ed9f0feb7b2.mgorny@gentoo
1 commit: 649278bfc0cba65ff9a50c0cb50e2ed9f0feb7b2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 20:15:46 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 19:57:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649278bf
7
8 dev-python/pytest-xdist: Enable py3.7
9
10 dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
14 index 6a47c7fc1e4..b2b5fa2fb32 100644
15 --- a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
16 +++ b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI=6
20
21 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
22 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
23
24 inherit distutils-r1