mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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:
parent
3293d072a4
commit
da83eefcf9
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ version=2.0.5
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#python3-}-${version}"
|
wrksrc="${pkgname#python3-}-${version}"
|
||||||
build_style=python3-module
|
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"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3-six"
|
depends="python3-six"
|
||||||
checkdepends="python3-pytest python3-astroid $depends"
|
checkdepends="python3-pytest python3-astroid $depends"
|
||||||
|
|
Loading…
Add table
Reference in a new issue