dev-python / pytest-twisted

A pytest plugin for testing Twisted framework consumers

Official package sites : https://github.com/pytest-dev/pytest-twisted/ · https://pypi.org/project/pytest-twisted/ ·

v1.14.3 :: 0 :: gentoo

Modified
License
BSD
Keywords
amd64 x86 ~arm ~arm64 ~riscv
USE flags
test

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
python3_13
Build with Python 3.13

dev-lang / python : Freethreading (no-GIL) version of Python programming language

dev-python / decorator : Simplifies the usage of decorators for the average programmer

dev-python / greenlet : Lightweight in-process concurrent programming

dev-python / pytest : Simple powerful testing with Python

dev-python / twisted : An asynchronous networking framework written in Python

923164
dev-python/pytest-twisted-1.14.0 fails tests
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/pytest-twisted: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Arthur Zamarin · gentoo
dev-python/pytest-twisted: Stabilize 1.14.3 ALLARCHES, #940378
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/pytest-twisted: Bump to 1.14.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/pytest-twisted: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
dev-python/pytest-twisted: Stabilize 1.14.2 ALLARCHES, #936694
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/pytest-twisted: Reenable the fixed test
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/pytest-twisted: Bump to 1.14.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/pytest-twisted: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/pytest-twisted: Dekeyword ~ppc
Dekeyword ~ppc since dev-python/greenlet segfaults there. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/pytest-twisted: enable py3.12
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/pytest-twisted: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Arthur Zamarin · gentoo
dev-python/pytest-twisted: Stabilize 1.14.1 amd64, #928699
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
dev-python/pytest-twisted: Stabilize 1.14.1 x86, #928699
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/pytest-twisted: Bump to 1.14.1
Signed-off-by: Michał Górny <mgorny@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
Michał Górny · gentoo
dev-python/pytest-twisted: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/pytest-twisted: Stabilize 1.14.0 amd64, #881929
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
dev-python/pytest-twisted: Stabilize 1.14.0 x86, #881929
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/pytest-twisted: Bump to 1.14.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
dev-python/pytest-twisted: Stabilize 1.13.4-r1 x86, #877037
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/pytest-twisted: Stabilize 1.13.4-r1 amd64, #877037
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/pytest-twisted: Keyword 1.13.4-r1 x86, #866614
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Yixun Lan · gentoo
dev-python/pytest-twisted: Keyword 1.13.4-r1 riscv, #870289
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
dev-python/pytest-twisted: Keyword 1.13.4-r1 arm, #866614
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
dev-python/pytest-twisted: Keyword 1.13.4-r1 arm64, #866614
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/pytest-twisted: cleanup obsolete comment
Meant to do this earlier but wanted to see if my approach even worked. Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
dev-python/pytest-twisted: fix disabling autoload
Need to do it in src_prepare before the wheel is created (the old hack doesn't work for PEP517 builds). With the fix (ignore lack of revision as did it after): ``` * CMP: =dev-python/pytest-twisted-1.13.4 with dev-python/pytest-twisted-1.13.4/image * FILES:-usr/lib/python3.10/site-packages/pytest_twisted-*.dist-info/entry_points.txt * FILES:-usr/lib/python3.11/site-packages/pytest_twisted-*.dist-info/entry_points.txt * FILES:-usr/lib/python3.8/site-packages/pytest_twisted-*.dist-info/entry_points.txt * FILES:-usr/lib/python3.9/site-packages/pytest_twisted-*.dist-info/entry_points.txt * SIZE: 0.28MiB -> 0.28MiB, 37 -> 33 files * ------> FILES(-4) SIZE(-0.22%) ``` Closes: https://bugs.gentoo.org/866677 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
dev-python/pytest-twisted: Keyword 1.13.4 ppc, #866614
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/pytest-twisted: fix BadDescription, PythonGHDistfileSuffix
Signed-off-by: Sam James <sam@gentoo.org>
Matt Jolly · gentoo
dev-python/pytest-twisted: new package, add 1.13.4
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/26903 Signed-off-by: Sam James <sam@gentoo.org>