diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-25 22:31:57 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-25 22:31:57 +0300 |
commit | 644898abdaa75f7994b9c3127ede5fae3be22232 (patch) | |
tree | f912d146bedfe7123517e9bec6dd95ba30e4f93b /dev-python/pytest-toolbox | |
parent | dev-python/versioningit: enable py3.11 (diff) | |
download | gentoo-644898abdaa75f7994b9c3127ede5fae3be22232.tar.gz gentoo-644898abdaa75f7994b9c3127ede5fae3be22232.tar.bz2 gentoo-644898abdaa75f7994b9c3127ede5fae3be22232.zip |
dev-python/pytest-toolbox: enable testing with pydantic on py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-toolbox')
-rw-r--r-- | dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild b/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild index 8de597b0cadf..7689efc22283 100644 --- a/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild +++ b/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild @@ -26,7 +26,7 @@ BDEPEND=" test? ( $(python_gen_cond_dep ' dev-python/pydantic[${PYTHON_USEDEP}] - ' pypy3 python3_{8..10} # TODO: python3_11 + ' pypy3 python3_{8..11} # TODO: python3_11 ) ) " |