diff --git a/community/py3-flit/APKBUILD b/community/py3-flit/APKBUILD index 6bea67b1526..0eb2175fa4d 100644 --- a/community/py3-flit/APKBUILD +++ b/community/py3-flit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt pkgname=py3-flit pkgver=3.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="simple packaging tool for simple packages" url="https://flit.readthedocs.io/" arch="noarch" @@ -18,7 +18,6 @@ makedepends=" py3-installer " checkdepends=" - py3-pip py3-pytest-cov py3-responses py3-testpath @@ -43,7 +42,7 @@ check() { git config user.name "test" git commit -qm. - pytest + pytest -k "not test_install_module_pep621 and not test_symlink_module_pep621" rm -rf .git }