Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix a triangular dependency bug
· 47b3094f
Liubov Chuprikova
authored
Sep 17, 2019
47b3094f
Minor changes in autopkgtest
· 52e717e9
Liubov Chuprikova
authored
Sep 17, 2019
52e717e9
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
52e717e9
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.
...
...
debian/tests/run-unit-test
View file @
52e717e9
...
...
@@ -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
}