testing/pyinfra: add py3-yaml to checkdepends

It is now being imported in tests.
This commit is contained in:
Michał Polański 2025-07-16 02:22:09 +02:00
parent d6c9deef21
commit 30a208f6e2

View File

@ -18,7 +18,7 @@ depends="
py3-typing-extensions
"
makedepends="py3-gpep517 py3-installer py3-setuptools"
checkdepends="py3-pytest"
checkdepends="py3-pytest py3-yaml"
subpackages="$pkgname-pyc"
source="https://github.com/pyinfra-dev/pyinfra/archive/v$pkgver/pyinfra-$pkgver.tar.gz"