[med-svn] [Git][med-team/q2-types][master] 2 commits: Upload to unstable
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Feb 17 11:45:59 GMT 2024
Andreas Tille pushed to branch master at Debian Med / q2-types
Commits:
f41629b1 by Andreas Tille at 2024-02-17T12:28:56+01:00
Upload to unstable
- - - - -
67943813 by Andreas Tille at 2024-02-17T12:45:34+01:00
Test-Depends: python3-all
- - - - -
3 changed files:
- debian/changelog
- debian/tests/control
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,17 @@
-q2-types (2023.9.0-2) UNRELEASED; urgency=medium
+q2-types (2023.9.0-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Test-Depends: python3-all
+
+ -- Andreas Tille <tille at debian.org> Sat, 17 Feb 2024 12:45:19 +0100
+
+q2-types (2023.9.0-2) unstable; urgency=medium
* Team upload.
* Port to Pandas 2.0 (Thanks to s3v)
Closes: #1053944
- -- Andreas Tille <tille at debian.org> Sun, 04 Feb 2024 18:56:10 +0100
+ -- Andreas Tille <tille at debian.org> Sat, 17 Feb 2024 12:26:57 +0100
q2-types (2023.9.0-1) unstable; urgency=medium
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
Tests: run-unit-test
-Depends: @, python3-pytest-cov
+Depends: @, python3-pytest-cov, python3-all
Restrictions: allow-stderr
=====================================
debian/tests/run-unit-test
=====================================
@@ -18,7 +18,8 @@ if [ ! -f /usr/lib/python3/dist-packages/pytest_cov/__init__.py ] ; then
fi
# Run build-time tests
-for py in $(py3versions -s 2> /dev/null)
+# for py in $(py3versions -s 2> /dev/null) # FIXME: qiime 3.12 issue reported in https://github.com/qiime2/qiime2/issues/751
+for py in $(py3versions -d 2> /dev/null)
do
${py} -m pytest -v --cov=${pkg}
done
View it on GitLab: https://salsa.debian.org/med-team/q2-types/-/compare/c879a39c574988cf0f4ce802bc2c54bf3d091c00...679438131fc52a13f19860fd0c9b27ed4037f4dc
--
View it on GitLab: https://salsa.debian.org/med-team/q2-types/-/compare/c879a39c574988cf0f4ce802bc2c54bf3d091c00...679438131fc52a13f19860fd0c9b27ed4037f4dc
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/20240217/d702bc43/attachment-0001.htm>
More information about the debian-med-commit
mailing list