[med-svn] [Git][med-team/python-biopython][master] 2 commits: d/t/run-unit-test: disable PDB_binary_cif for s390x in autopkgtest too.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed Sep 25 19:07:51 BST 2024
Étienne Mollier pushed to branch master at Debian Med / python-biopython
Commits:
8e6f7dc4 by Étienne Mollier at 2024-09-24T19:43:14+02:00
d/t/run-unit-test: disable PDB_binary_cif for s390x in autopkgtest too.
- - - - -
b0252090 by Étienne Mollier at 2024-09-25T20:07:33+02:00
Ready for upload to unstable.
- - - - -
2 changed files:
- debian/changelog
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-biopython (1.84+dfsg-2) unstable; urgency=medium
+
+ * d/t/run-unit-test: disable PDB_binary_cif for s390x in autopkgtest too.
+
+ -- Étienne Mollier <emollier at debian.org> Tue, 24 Sep 2024 19:44:19 +0200
+
python-biopython (1.84+dfsg-1) unstable; urgency=medium
* Migrate Biopython 1.84 from experimental to unstable.
=====================================
debian/tests/run-unit-test
=====================================
@@ -32,6 +32,11 @@ if [ "$(dpkg-architecture -qDEB_BUILD_ARCH)" != "amd64" ]; then
rm -f test_BWA_tool.py
fi
+# FIXME: PDB bcif is currently broken on s390x
+if [ "$(dpkg-architecture -qDEB_BUILD_ARCH)" = "s390x" ]; then
+ rm -f test_PDB_binary_cif.py
+fi
+
# execute tests
################################################################################
# in the Debian package dialign it is not needed to set DIALIGN2_DIR but the
View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/compare/225eb79052ae114b650b7fb356015a2f12265277...b02520908486d28e92cf86004312338cfca4c7bb
--
View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/compare/225eb79052ae114b650b7fb356015a2f12265277...b02520908486d28e92cf86004312338cfca4c7bb
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/20240925/0f627c12/attachment-0001.htm>
More information about the debian-med-commit
mailing list