mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 09:29:46 +03:00
Try again
This commit is contained in:
parent
eba27a50b5
commit
9fee3079b5
|
@ -57,6 +57,8 @@ cp ${wheeldir}/*.whl ${distdir}
|
|||
# kill the libpq to make sure tests don't depend on it
|
||||
mv "$LIBPQ" "${LIBPQ}-bye"
|
||||
|
||||
# XXX: Move this code into a test script
|
||||
if [[ $(uname -m) != 'arm64' ]]; then
|
||||
# Install and test the built wheel
|
||||
pip install ${PACKAGE_NAME:-psycopg2} --no-index -f "$distdir"
|
||||
|
||||
|
@ -72,6 +74,7 @@ python -c "import psycopg2; print(psycopg2.extensions.libpq_version())"
|
|||
# fi
|
||||
|
||||
python -c "import tests; tests.unittest.main(defaultTest='tests.test_suite')"
|
||||
fi
|
||||
|
||||
# just because I'm a boy scout
|
||||
mv "${LIBPQ}-bye" "$LIBPQ"
|
||||
|
|
Loading…
Reference in New Issue
Block a user