diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-03-26 11:06:57 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-03-26 15:38:58 -0700 |
commit | 793839a69d20f31899fa01a1a26507cae1157470 (patch) | |
tree | dff22eaf1ddd264a7f673c2c1761777efdc5afda /dev-python/pytest-services | |
parent | sys-process/glances: bump to 3.1.4.1 (diff) | |
download | gentoo-793839a69d20f31899fa01a1a26507cae1157470.tar.gz gentoo-793839a69d20f31899fa01a1a26507cae1157470.tar.bz2 gentoo-793839a69d20f31899fa01a1a26507cae1157470.zip |
dev-python/pytest-services-2.0.1: Add py38
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/pytest-services')
-rw-r--r-- | dev-python/pytest-services/pytest-services-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-services/pytest-services-2.0.1.ebuild b/dev-python/pytest-services/pytest-services-2.0.1.ebuild index a4cf3dba600a..7725ce548f24 100644 --- a/dev-python/pytest-services/pytest-services-2.0.1.ebuild +++ b/dev-python/pytest-services/pytest-services-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Collection of fixtures and utility functions to run service processes for pytest" |