# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
github.setup pytest-dev pytest-asyncio 0.9.0 v
maintainers {yan12125 @yan12125} openmaintainer
description pytest support for asyncio
asyncio code is usually written in the form of coroutines, which makes it \
slightly more difficult to test using normal testing tools. pytest-asyncio \
provides useful fixtures and markers to make testing easier.
distname ${python.rootname}-${version}
checksums rmd160 bee15024040ff60b288f4a1050ac86fdead059f0 \
sha256 536b303d0a5fe33a65c95a52cdeaf36db9bf8ab9c27df5f00c877ca6922945f9 \
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools \
port:py${python.version}-async_generator
depends_lib-append port:py${python.version}-pytest
# testing requires this port already installed and the trace mode not enabled
test.cmd py.test-${python.branch}