Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Use Python3 version of py.test
· b927493a
Andreas Tille
authored
Mar 26, 2019
b927493a
Add missing Build-Depends to run build time test
· d6ccbaa3
Andreas Tille
authored
Mar 26, 2019
d6ccbaa3
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
d6ccbaa3
...
...
@@ -6,7 +6,13 @@ Uploaders: Liubov Chuprikova <chuprikovalv@gmail.com>
Build-Depends: debhelper (>= 12~),
dh-python,
python3,
python3-setuptools
python3-setuptools,
python3-pytest,
python3-biom-format,
python3-skbio,
python3-ijson,
python3-h5py,
qiime
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/q2-types
Vcs-Git: https://salsa.debian.org/med-team/q2-types.git
...
...
debian/patches/py.test-3.patch
0 → 100644
View file @
d6ccbaa3
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 26 Mar 2019 22:04:54 +0100
Description: Use Python3 version of py.test
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,10 @@
lint:
flake8
test: all
- py.test
+ py.test-3
test-cov: all
- py.test --cov=q2_types
+ py.test-3 --cov=q2_types
install: all
$(PYTHON) setup.py install
debian/patches/series
0 → 100644
View file @
d6ccbaa3
py.test-3.patch