python3-asttokens: disable astroid tests
* tests need a specific astroid version that we can't provide https://github.com/gristlabs/asttokens/issues/79
This commit is contained in:
committed by
Andrew J. Hesford
parent
3293d072a4
commit
da83eefcf9
@@ -4,6 +4,9 @@ version=2.0.5
|
||||
revision=1
|
||||
wrksrc="${pkgname#python3-}-${version}"
|
||||
build_style=python3-module
|
||||
# needs a specific astroid version
|
||||
# https://github.com/gristlabs/asttokens/issues/79
|
||||
make_check_args="--deselect=tests/test_astroid.py"
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
depends="python3-six"
|
||||
checkdepends="python3-pytest python3-astroid $depends"
|
||||
|
||||
Reference in New Issue
Block a user