mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-pyvcf3: fix check
This commit is contained in:
parent
c2a96d6dec
commit
1d2c3026a7
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ build() {
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$_name-$pkgver"
|
cd "$_name-$pkgver"
|
||||||
|
local python_version=$(python -c 'import sys; print("".join(map(str, sys.version_info[:2])))')
|
||||||
PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-$python_version" pytest
|
PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-$python_version" pytest
|
||||||
#python setup.py pytest
|
#python setup.py pytest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue