1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/bash-completion: use pytest directly

pytest is already a symlink to pytest-3
This commit is contained in:
Sertonix 2025-01-27 14:19:07 +00:00 committed by fossdd
parent 6ccfd5d249
commit 1ed8f877c9

View file

@ -66,9 +66,6 @@ build() {
}
check() {
mkdir ./bin
ln -sf "$(command -v pytest-3)" ./bin/pytest
PATH="$PATH:$PWD/bin" \
make check
}