summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-06 23:09:04 +0100
committerMichał Górny <mgorny@gentoo.org>2021-05-07 12:51:54 +0200
commit84944e42f13520d2d749046531d42ec635474cd2 (patch)
tree1189423fd464a01dc14ddbe2a2da9478fee2a2db /dev-python/pytest-subtests
parentdev-python/iso8601: Port to python3.10 (diff)
downloadgentoo-84944e42f13520d2d749046531d42ec635474cd2.tar.gz
gentoo-84944e42f13520d2d749046531d42ec635474cd2.tar.bz2
gentoo-84944e42f13520d2d749046531d42ec635474cd2.zip
dev-python/pytest-subtests: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-subtests')
-rw-r--r--dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild b/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild
index d13fc96e30bf..93a90ad96c3f 100644
--- a/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild
+++ b/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
DESCRIPTION="unittest subTest() support and subtests fixture"