From d2eceb7152ecba2745c12c7b4a3a35a1e4ee728a Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 25 Sep 2022 14:56:08 +0200 Subject: [PATCH] python-six: disable python2 tests --- srcpkgs/python-six/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template index b50e793b2c9..bae3a78bd13 100644 --- a/srcpkgs/python-six/template +++ b/srcpkgs/python-six/template @@ -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 " license="MIT" @@ -20,7 +20,6 @@ post_install() { } do_check() { - python -m pytest python3 -m pytest }