summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-09-09 18:04:41 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-09-09 18:04:41 +0200
commitf677d68f863c9c112f4facfdb1d15212c4464dcb (patch)
treebac94c53750bb91d90c0ac041abee52f3188c7c8
parent1dee355e83b1f524de7a772a8da941a186036bc2 (diff)
downloadpython-lxml-f677d68f863c9c112f4facfdb1d15212c4464dcb.tar.gz
Do not try to run tests in wheel building script since it leads to problems with the library import.
-rwxr-xr-xtools/manylinux/build-wheels.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/manylinux/build-wheels.sh b/tools/manylinux/build-wheels.sh
index 531091e6..24612f47 100755
--- a/tools/manylinux/build-wheels.sh
+++ b/tools/manylinux/build-wheels.sh
@@ -31,9 +31,6 @@ run_tests() {
# check import as a quick test
(cd $HOME; ${PYBIN}/python -c 'import lxml.etree, lxml.objectify')
-
- # run tests
- (cd $HOME; ${PYBIN}/python /io/test.py)
done
}