From 616579b5d773c50af31ee56f00105d96ce641ca2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Aug 2021 10:30:13 +0100 Subject: gentoo resync : 14.08.2021 --- dev-python/pydantic/pydantic-1.8.2.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'dev-python/pydantic/pydantic-1.8.2.ebuild') diff --git a/dev-python/pydantic/pydantic-1.8.2.ebuild b/dev-python/pydantic/pydantic-1.8.2.ebuild index 26b8dccc514f..40c0a3ad124d 100644 --- a/dev-python/pydantic/pydantic-1.8.2.ebuild +++ b/dev-python/pydantic/pydantic-1.8.2.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) - +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Data parsing and validation using Python type hints" @@ -36,6 +35,11 @@ src_prepare() { } python_test() { - # TODO - epytest --deselect tests/test_hypothesis_plugin.py + local ignore=( + # mypy results depend on version + tests/mypy/test_mypy.py + # TODO + tests/test_hypothesis_plugin.py + ) + epytest ${ignore[@]/#/--ignore } } -- cgit v1.2.3