testing/py3-pytest-mypy: disable on riscv64

due to test failures
This commit is contained in:
Natanael Copa 2024-04-18 16:30:40 +00:00
parent 0d5422466d
commit 0a428cc743

View File

@ -4,7 +4,8 @@ pkgver=0.10.3
pkgrel=2
pkgdesc="Pytest plugin for mypy"
url="https://github.com/realpython/pytest-mypy"
arch="noarch"
# riscv64: tests fails
arch="noarch !riscv64"
license="MIT"
depends="
py3-attrs