python3-pytest-asyncio: update to 0.19.0.
This commit is contained in:
parent
936b83a162
commit
a8f737f2b5
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-pytest-asyncio'
|
||||
pkgname=python3-pytest-asyncio
|
||||
version=0.18.3
|
||||
version=0.19.0
|
||||
revision=1
|
||||
wrksrc="pytest-asyncio-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
depends="python3-pytest"
|
||||
checkdepends="$depends python3-hypothesis"
|
||||
short_desc="Pytest support for asyncio"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/pytest-dev/pytest-asyncio"
|
||||
distfiles="${PYPI_SITE}/p/pytest-asyncio/pytest-asyncio-${version}.tar.gz"
|
||||
checksum=7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91
|
||||
checksum=ac4ebf3b6207259750bc32f4c1d8fcd7e79739edbc67ad0c58dd150b1d072fed
|
||||
|
||||
do_check() {
|
||||
local skiptests="test_auto_mode_cmdline or \
|
||||
|
|
Loading…
Add table
Reference in a new issue