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 <[email protected]> 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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
