summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-01-03 08:26:58 +0100
committerStefan Behnel <stefan_ml@behnel.de>2023-01-03 08:26:58 +0100
commit6aa47a7ae23b3d622f19044c23181a197dcd209d (patch)
tree74f396f235d1f41b35577f69bfb52917ff372f93
parentd62806acd53046b506b86c6b7949cc8a989be19c (diff)
downloadpython-lxml-6aa47a7ae23b3d622f19044c23181a197dcd209d.tar.gz
Remove CI build+import tests that were previously not very useful and now fail on Py3.11+ due to distutils deprecation/changes.
-rw-r--r--tools/ci-run.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/ci-run.sh b/tools/ci-run.sh
index a72aba67..8d79b556 100644
--- a/tools/ci-run.sh
+++ b/tools/ci-run.sh
@@ -79,12 +79,6 @@ GITHUB_API_TOKEN="${SAVED_GITHUB_API_TOKEN}" \
make test || exit 1
GITHUB_API_TOKEN="${SAVED_GITHUB_API_TOKEN}" \
- python setup.py build || exit 1
-GITHUB_API_TOKEN="${SAVED_GITHUB_API_TOKEN}" \
- python setup.py install || exit 1
-python -c "from lxml import etree" || exit 1
-
-GITHUB_API_TOKEN="${SAVED_GITHUB_API_TOKEN}" \
CFLAGS="-O3 -g1 -mtune=generic -fPIC -flto" \
LDFLAGS="-flto" \
make clean wheel || exit 1