# Contributor: Duncan Bellamy # Maintainer: Duncan Bellamy pkgname=py3-pytest-httpx pkgver=0.23.1 pkgrel=0 pkgdesc="send responses to httpx" url="https://colin-b.github.io/pytest_httpx/" arch="all !armhf !ppc64le" #limited by py3-httpx license="MIT" depends="py3-httpx py3-pytest" makedepends="py3-gpep517 py3-setuptools py3-wheel" checkdepends="py3-pytest-asyncio" subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/Colin-b/pytest_httpx/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/pytest_httpx-$pkgver" build() { gpep517 build-wheel \ --wheel-dir .dist \ --output-fd 3 3>&1 >&2 } check() { python3 -m venv --clear --without-pip --system-site-packages .testenv .testenv/bin/python3 -m installer .dist/*.whl #deselected tests fail on [b''] not equal to [] .testenv/bin/python3 -m pytest \ --deselect tests/test_httpx_async.py::test_default_response_streaming \ --deselect tests/test_httpx_sync.py::test_default_response_streaming } package() { python3 -m installer -d "$pkgdir" .dist/*.whl } sha512sums=" 7fca0c3b13b7b501ab6ed1b91b32fe3d74b5714b5c0b9a7797440f9663f2ab82619edc9c5da049ef83bfa94e5774539b9494b25ec98a728542db9c2301a7c9ea py3-pytest-httpx-0.23.1.tar.gz "