dev-python / test

Virtual to install 'test' package from stdlib

Official package sites : https://docs.python.org/3/library/test.html ·

v0 :: 0 :: gentoo

Modified
License
metapackage
Keywords
amd64 arm arm64 ppc ppc64 x86 ~alpha ~hppa ~loong ~m68k ~mips ~riscv ~s390 ~sparc

python_targets

pypy3_11
Build with PyPy3.11
python3_11
Build with Python 3.11
python3_12
Build with Python 3.12
python3_13
Build with Python 3.13
python3_13t
Build with Python 3.13 freethreading
python3_14
Build with Python 3.14
python3_14t
Build with Python 3.14 freethreading

dev-lang / pypy : A fast, compliant alternative implementation of the Python (3.11) language

dev-lang / python : An interpreted, interactive, object-oriented programming language

dev-python / python-tests : Test modules from dev-lang/python

dev-python / jaraco-test : Testing support by jaraco

Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
*/*: destable sparc
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
*/*: destable hppa
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]hppa' -l | xargs ekeyword ~hppa Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/test: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/test: Enable py3.13t
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/test: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/test: Add a virtual for Python "test" module
Add a virtual package that corresponds to the Python `test` stdlib package. It enforces either Python versions that install the `test` package unconditionally, or the corresponding dev-python/python-tests packages. Signed-off-by: Michał Górny <mgorny@gentoo.org>