[med-svn] [Git][med-team/q2-types][master] 2 commits: Fix a triangular dependency bug
Liubov Chuprikova
gitlab at salsa.debian.org
Tue Sep 17 11:07:19 BST 2019
Liubov Chuprikova pushed to branch master at Debian Med / q2-types
Commits:
47b3094f by Liubov Chuprikova at 2019-09-17T10:05:17Z
Fix a triangular dependency bug
- - - - -
52e717e9 by Liubov Chuprikova at 2019-09-17T10:06:58Z
Minor changes in autopkgtest
- - - - -
2 changed files:
- debian/changelog
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+q2-types (2019.7.0-2) UNRELEASED; urgency=medium
+
+ * Fix "triangular dependency with q2-types, q2cli": it was fixed in qiime
+ package by moving q2-types, q2cli to Recommends (Closes: #940290)
+ * Minor changes in autopkgtest
+
+ -- Liubov Chuprikova <chuprikovalv at gmail.com> Tue, 17 Sep 2019 12:01:34 +0200
+
q2-types (2019.7.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/tests/run-unit-test
=====================================
@@ -13,11 +13,11 @@ cp -a /usr/lib/python3/dist-packages/${pkg}* "${AUTOPKGTEST_TMP}"
cd "${AUTOPKGTEST_TMP}"
-if [ ! -e /usr/bin/py.test-3 ] ; then
+if [ ! -f /usr/lib/python3/dist-packages/pytest_cov/__init__.py ] ; then
echo "Please install package python3-pytest-cov to run this script"
exit 1
fi
# Run build-time tests
-py.test-3 --cov=q2_types
+py.test-3 --cov=${pkg}
View it on GitLab: https://salsa.debian.org/med-team/q2-types/compare/a153552bba2e7aadb3a989420f297f69e932a888...52e717e9e5d67545d4dec2ee74474c1b088ed952
--
View it on GitLab: https://salsa.debian.org/med-team/q2-types/compare/a153552bba2e7aadb3a989420f297f69e932a888...52e717e9e5d67545d4dec2ee74474c1b088ed952
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/20190917/c3708004/attachment-0001.html>
More information about the debian-med-commit
mailing list