From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- dev-python/construct/construct-2.10.67.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-python/construct/construct-2.10.67.ebuild') diff --git a/dev-python/construct/construct-2.10.67.ebuild b/dev-python/construct/construct-2.10.67.ebuild index 89b9b60fbf75..4ec846464409 100644 --- a/dev-python/construct/construct-2.10.67.ebuild +++ b/dev-python/construct/construct-2.10.67.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="A powerful declarative parser for binary data" @@ -25,9 +25,9 @@ BDEPEND=" distutils_enable_tests pytest -python_test() { - epytest --ignore tests/test_benchmarks.py -} +EPYTEST_IGNORE=( + tests/test_benchmarks.py +) pkg_postinst() { ewarn "Version 2.10.x has significant API and implementation changes from" -- cgit v1.2.3