Skip to content
Commits on Source (2)
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@gmail.com> Tue, 17 Sep 2019 12:01:34 +0200
q2-types (2019.7.0-1) unstable; urgency=medium
* Team upload.
......
......@@ -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}