community/py3-flit: remove pip tests

needed to break a future circular dependency
This commit is contained in:
psykose 2022-04-06 13:56:14 +00:00
parent 2e24f437f4
commit e4849dc2df
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
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
}