From e4849dc2df873d4c71d2495b4ec92fc8a6ffa49e Mon Sep 17 00:00:00 2001 From: psykose Date: Wed, 6 Apr 2022 13:56:14 +0000 Subject: [PATCH] community/py3-flit: remove pip tests needed to break a future circular dependency --- community/py3-flit/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 }