mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/py3-flit: remove pip tests
needed to break a future circular dependency
This commit is contained in:
parent
2e24f437f4
commit
e4849dc2df
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user