commit:     27ed796f7ea96c3ee8c982f806799af98424306b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  4 06:41:33 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec  4 06:41:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ed796f

dev-python/pytest-asyncio: Bump to 0.23.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-asyncio/Manifest                 |  1 +
 .../pytest-asyncio/pytest-asyncio-0.23.1.ebuild    | 49 ++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/pytest-asyncio/Manifest 
b/dev-python/pytest-asyncio/Manifest
index 9f4ad2907c17..fd1f4b44282a 100644
--- a/dev-python/pytest-asyncio/Manifest
+++ b/dev-python/pytest-asyncio/Manifest
@@ -1,3 +1,4 @@
 DIST pytest-asyncio-0.21.1.tar.gz 30492 BLAKE2B 
6a17f9ba89b8181b5fb734af6d0c0904a828156e63df910b4fe4adb9b93e240266063dcca8d97c8f9d784c6d5111796949fe32bb2832921919e41398ccffc155
 SHA512 
3aef14bade1dddab4320450d60c6909a76c7cf334d8225ad155b474b042d1c692edc5b567fb86ecf6b3453746105c3cecce86d2c6ff5cf6652d5147a8532cfd0
 DIST pytest-asyncio-0.22.0.tar.gz 37081 BLAKE2B 
62941bdf10ee8a5195e900e71c7eba1810edd9721457656fc0b62dca3264f4ce0cba9221f80fd8a5249ee30e662cf068fcc8e491ba6b297e0370fcb04b7fe068
 SHA512 
7880b03c44997b0cb05b1c9633bf3e94e7eefc0396dc88512baf0e8f700508fa76eb9cbf2ce6d837be9ae0f1efb75343cdc32c7b2983e294ffa30e94893a3a2c
 DIST pytest-asyncio-0.23.0.tar.gz 43658 BLAKE2B 
893b446018ce460825555b1f42c36b27a0c2330d08e7588a4f59e8b6390390040b49cee02f27369f3135e95402eab7e3573bbae381e5ce81f23e578b1f21fa9d
 SHA512 
903ec009617385c2e95fcb03e1fe23b5d372f5aaa334c5156b0fe19aab7c3d0272e7e5869a89a6b1c4b3282deba5e37b0832a54518455e48af0ef2a51f4b9ce6
+DIST pytest-asyncio-0.23.1.tar.gz 43991 BLAKE2B 
b0e9b169b8b2b1eec12cc016b514dceeba1ea59df6e1b1ae83858412460db0d53ac128b05c15b6b75200a17fa2bcbf922f8f33ccba1f642319214f843a578393
 SHA512 
f4ddc4d097ede4ea340e93a44df0cc6ec7f0443623d7f994d09a902a81d1d12a61a3ad2f11da7fb276cff748a26a37984e6390b0264f79f4f536d64085bbd9ab

diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.23.1.ebuild 
b/dev-python/pytest-asyncio/pytest-asyncio-0.23.1.ebuild
new file mode 100644
index 000000000000..c35e42670f46
--- /dev/null
+++ b/dev-python/pytest-asyncio/pytest-asyncio-0.23.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Library for testing asyncio code with pytest"
+HOMEPAGE="
+       https://github.com/pytest-dev/pytest-asyncio/
+       https://pypi.org/project/pytest-asyncio/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+       >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       dev-python/setuptools-scm[${PYTHON_USEDEP}]
+       test? (
+               >=dev-python/hypothesis-3.64[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+       local EPYTEST_DESELECT=(
+               # rely on precise warning counts
+               
tests/hypothesis/test_base.py::test_can_use_explicit_event_loop_fixture
+               tests/modes/test_legacy_mode.py
+               
tests/modes/test_strict_mode.py::test_strict_mode_ignores_unmarked_fixture
+               
tests/test_event_loop_fixture_finalizer.py::test_event_loop_fixture_finalizer_raises_warning_when_fixture_leaves_loop_unclosed
+               
tests/test_event_loop_fixture_finalizer.py::test_event_loop_fixture_finalizer_raises_warning_when_test_leaves_loop_unclosed
+               tests/test_pytest_min_version_warning.py
+               
tests/trio/test_fixtures.py::test_strict_mode_ignores_trio_fixtures
+       )
+
+       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+       local -x PYTEST_PLUGINS=pytest_asyncio.plugin,_hypothesis_pytestplugin
+       epytest
+}

Reply via email to