python-six: disable python2 tests

This commit is contained in:
Michal Vasilek 2022-09-25 14:56:08 +02:00 committed by classabbyamp
parent cede313817
commit d2eceb7152
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ wrksrc="six-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
checkdepends="python-pytest python3-pytest"
checkdepends="python3-pytest"
short_desc="Python 2 and 3 compatibility utilities (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT"
@ -20,7 +20,6 @@ post_install() {
}
do_check() {
python -m pytest
python3 -m pytest
}