Versions
v1.7.0-r1 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_targets
- python3_10
- Build with Python 3.10
- python3_11
- Build with Python 3.11
- python3_12
- Build with Python 3.12
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-python / pytest : Simple powerful testing with Python
dev-python / six : Python 2 and 3 compatibility library
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/pytest-verbose-parametrize: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
dev-python/pytest-verbose-parametrize: enable PEP-517 mode and py3.12
Closes: https://bugs.gentoo.org/909953 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/pytest-verbose-parametrize: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
dev-python/pytest-verbose-parametrize: enable py3.11
For what it's worth given the fragility of this package's test suite, I do not think I have seen any errors against 3.11 which I hadn't seen against older versions. Closes: https://bugs.gentoo.org/896844 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
dev-python/pytest-verbose-parametrize: BDEPEND on setuptools-git
This one is declared in a different script from other deps. May or may not fix the bug linked below, haven't managed to reproduce it yet. Bug: https://bugs.gentoo.org/795408 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
dev-python/pytest-verbose-parametrize: initial import
The test suite doesn't work properly (even when run manually) but fails in exactly the same way for all three supported Python implementations. Signed-off-by: Marek Szuba <marecki@gentoo.org>