summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-testtools_2.6.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-15 19:13:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-16 08:13:12 +0000
commit6651b63d1bbd4f9d690c42ccc85403a5c2de0feb (patch)
tree9c059b130d5ebea202e43273b15935fb71ee294e /meta/recipes-devtools/python/python3-testtools_2.6.0.bb
parent26c1576ab67cda39d9924bf098894a8dd3ca0f72 (diff)
downloadpoky-6651b63d1bbd4f9d690c42ccc85403a5c2de0feb.tar.gz
python3-testtools: upgrade 2.5.0 -> 2.6.0
Improvements ------------ * Add support for Python 3.10 and 3.11. * Drop support for Python 3.5 (EOL). * Distutils integration is deprecated and will be removed in the next major version. * Use "CompoundFixture" from "fixtures>=2.0" rather than rolling our own. * Provide a "testtools[twisted]" extra documenting dependencies needed for "testtools.twistedsupport". * Make "TestCase" hashable. * Prevent "AttributeError" in "TestCase.__eq__" for objects lacking a "__dict__" attribute. * Replace deprecated "cgi" module usage with "email". (From OE-Core rev: c0d0428deabf519e86bc0ffb7ff47e9bb0a165c4) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-testtools_2.6.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-testtools_2.6.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-testtools_2.6.0.bb b/meta/recipes-devtools/python/python3-testtools_2.6.0.bb
new file mode 100644
index 0000000000..79e46a02de
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-testtools_2.6.0.bb
@@ -0,0 +1,3 @@
1inherit setuptools3
2require python-testtools.inc
3