[med-svn] [Git][med-team/python-biopython][master] Skip the Tutorial test on s390x. Closes: #1095105.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Feb 6 14:51:12 GMT 2025
Michael R. Crusoe pushed to branch master at Debian Med / python-biopython
Commits:
e758ede1 by Michael R. Crusoe at 2025-02-06T15:44:34+01:00
Skip the Tutorial test on s390x. Closes: #1095105.
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-biopython (1.85+dfsg-2) unstable; urgency=medium
+
+ * Skip the Tutorial test on s390x. Closes: #1095105.
+
+ -- Michael R. Crusoe <crusoe at debian.org> Thu, 06 Feb 2025 15:44:29 +0100
+
python-biopython (1.85+dfsg-1) unstable; urgency=medium
* Team upload
=====================================
debian/rules
=====================================
@@ -60,6 +60,7 @@ ifeq ($(BUILDARCH),s390x)
# The parsing is fed to C code which would need potientially
# heavier-than-first-thought rewrite to get the issue sorted.
EXCLUDEARCH+=PDB_binary_cif
+ EXCLUDEARCH+=Tutorial
endif
# avoid tests requiring data base connections if no server is running
=====================================
debian/tests/run-unit-test
=====================================
@@ -42,6 +42,7 @@ fi
# FIXME: PDB bcif is currently broken on s390x
if [ "$(dpkg-architecture -qDEB_BUILD_ARCH)" = "s390x" ]; then
rm -f test_PDB_binary_cif.py
+ find . -name test_Tutorial.py -delete
fi
# execute tests
@@ -53,4 +54,3 @@ fi
for pi in $(py3versions -s); do
LC_ALL=C.UTF-8 DIALIGN2_DIR=/usr/share/dialign EMBOSS_ROOT=/usr/lib/emboss HOME=$AUTOPKGTEST_TMP ${pi} run_tests.py --offline
done
-
View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/commit/e758ede1dff0c325d130d62127e4fa7d64b4c66f
--
View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/commit/e758ede1dff0c325d130d62127e4fa7d64b4c66f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250206/8cd1c8a7/attachment-0001.htm>
More information about the debian-med-commit
mailing list