diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-16 10:03:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-16 12:01:08 +0100 |
commit | 63c4cd99b9117cdaa2c4b933d7772544ca40b47e (patch) | |
tree | 3ecc61d1d05f870dd2f87cd84bdb4f4f4e96bc9a | |
parent | dev-python/zope-interface: Enable py3.8 (diff) | |
download | gentoo-63c4cd99b9117cdaa2c4b933d7772544ca40b47e.tar.gz gentoo-63c4cd99b9117cdaa2c4b933d7772544ca40b47e.tar.bz2 gentoo-63c4cd99b9117cdaa2c4b933d7772544ca40b47e.zip |
dev-python/ptyprocess: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/ptyprocess/ptyprocess-0.5.2.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild index 2b61ee8cf770..3e4e1f63b237 100644 --- a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild +++ b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1 @@ -14,10 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_test() { - py.test -v || die "tests failed under ${EPYTHON}" -} +distutils_enable_tests pytest |