Skip to content
Snippets Groups Projects
Commit 01a9c06b authored by alice's avatar alice
Browse files

testing/py3-beartype: disable check

parent 2a420915
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ makedepends="py3-setuptools"
checkdepends="py3-pytest"
source="$_pyname-$pkgver.tar.gz::https://github.com/beartype/beartype/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"
options="!check" # py311 not supported yet
build() {
python3 setup.py build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment