diff options
author | adam <adam@pkgsrc.org> | 2022-10-21 17:42:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-10-21 17:42:48 +0000 |
commit | eb5ef6ee0cead0d5745b7286a7ad29faa9c37af7 (patch) | |
tree | 88937f4b629718bc3313113a2ceae867f677791e | |
parent | 353753cd39f94071a3e78f76498df973486237c0 (diff) | |
download | pkgsrc-eb5ef6ee0cead0d5745b7286a7ad29faa9c37af7.tar.gz |
py-test-asyncio: updated to 0.20.1
0.20.1 (22-10-21)
=================
- Fixes an issue that warned about using an old version of pytest, even though the most recent version was installed.
0.20.0 (22-10-21)
=================
- BREAKING: Removed *legacy* mode. If you're upgrading from v0.19 and you haven't configured ``asyncio_mode = legacy``, you can upgrade without taking any additional action. If you're upgrading from an earlier version or you have explicitly enabled *legacy* mode, you need to switch to *auto* or *strict* mode before upgrading to this version.
- Deprecate use of pytest v6.
- Fixed an issue which prevented fixture setup from being cached.
-rw-r--r-- | devel/py-test-asyncio/Makefile | 6 | ||||
-rw-r--r-- | devel/py-test-asyncio/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-test-asyncio/Makefile b/devel/py-test-asyncio/Makefile index 26a0809f648..d2cbcbda04d 100644 --- a/devel/py-test-asyncio/Makefile +++ b/devel/py-test-asyncio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2022/08/03 11:42:57 adam Exp $ +# $NetBSD: Makefile,v 1.19 2022/10/21 17:42:48 adam Exp $ -DISTNAME= pytest-asyncio-0.19.0 +DISTNAME= pytest-asyncio-0.20.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-asyncio/} @@ -17,7 +17,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=5.2:../../devel/py-coverage TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.7.1:../../devel/py-hypothesis TEST_DEPENDS+= ${PYPKGPREFIX}-flaky>=3.5.0:../../devel/py-flaky TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=0.931:../../lang/py-mypy -TEST_DEPENDS+= ${PYPKGPREFIX}-test-trio-[0-9]*:../../devel/py-test-trio +TEST_DEPENDS+= ${PYPKGPREFIX}-test-trio>=0.7.0:../../devel/py-test-trio USE_LANGUAGES= # none diff --git a/devel/py-test-asyncio/distinfo b/devel/py-test-asyncio/distinfo index be18622a1a7..7ba297399b9 100644 --- a/devel/py-test-asyncio/distinfo +++ b/devel/py-test-asyncio/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/08/03 11:42:57 adam Exp $ +$NetBSD: distinfo,v 1.15 2022/10/21 17:42:48 adam Exp $ -BLAKE2s (pytest-asyncio-0.19.0.tar.gz) = e056dfedc6acbb84fa6a023569481a022a665ea7d45b03ffdfa2bcb9dafe676f -SHA512 (pytest-asyncio-0.19.0.tar.gz) = 114f133d66f197e1fe4abb95a6b3240a37be1ea91479c8a4e40111a05c66c2a4c54a74aaebebc54e64431610207983a6070067cf02dd9b2743f3b64907bc68d1 -Size (pytest-asyncio-0.19.0.tar.gz) = 28865 bytes +BLAKE2s (pytest-asyncio-0.20.1.tar.gz) = 8f8603eb5338c65a95c2fdf932c8e223b2dbfaefe21d955bd0505891f9425db8 +SHA512 (pytest-asyncio-0.20.1.tar.gz) = ea256e77970f0c96a526e7c7be973c2905742ae5d5a11a7f5541cc19a3867fa8281f3cf98e181129712f7a315917aad717705ed121f16a4a25e92639a44fb1b6 +Size (pytest-asyncio-0.20.1.tar.gz) = 28455 bytes |