mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-cryptography: remove unnecessary custom do_check
This commit is contained in:
parent
fd74a40b71
commit
9d2edcfec9
1 changed files with 0 additions and 4 deletions
|
@ -24,10 +24,6 @@ if [ "$CROSS_BUILD" ]; then
|
|||
export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE.BSD
|
||||
|
|
Loading…
Add table
Reference in a new issue