Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-services/
Date: Thu, 26 Mar 2020 22:39:18
Message-Id: 1585262338.793839a69d20f31899fa01a1a26507cae1157470.chutzpah@gentoo
1 commit: 793839a69d20f31899fa01a1a26507cae1157470
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Thu Mar 26 18:06:57 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 26 22:38:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793839a6
7
8 dev-python/pytest-services-2.0.1: Add py38
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.95, Repoman-2.3.21
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/pytest-services/pytest-services-2.0.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pytest-services/pytest-services-2.0.1.ebuild b/dev-python/pytest-services/pytest-services-2.0.1.ebuild
18 index a4cf3dba600..7725ce548f2 100644
19 --- a/dev-python/pytest-services/pytest-services-2.0.1.ebuild
20 +++ b/dev-python/pytest-services/pytest-services-2.0.1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6,7} )
26 +PYTHON_COMPAT=( python3_{6,7,8} )
27 inherit distutils-r1
28
29 DESCRIPTION="Collection of fixtures and utility functions to run service processes for pytest"