[med-svn] [Git][med-team/q2-types][master] 2 commits: Use Python3 version of py.test

Andreas Tille gitlab at salsa.debian.org
Tue Mar 26 21:27:23 GMT 2019


Andreas Tille pushed to branch master at Debian Med / q2-types


Commits:
b927493a by Andreas Tille at 2019-03-26T21:05:49Z
Use Python3 version of py.test

- - - - -
d6ccbaa3 by Andreas Tille at 2019-03-26T21:26:57Z
Add missing Build-Depends to run build time test

- - - - -


3 changed files:

- debian/control
- + debian/patches/py.test-3.patch
- + debian/patches/series


Changes:

=====================================
debian/control
=====================================
@@ -6,7 +6,13 @@ Uploaders: Liubov Chuprikova <chuprikovalv at 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,0 +1,19 @@
+Author: Andreas Tille <tille at 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,0 +1 @@
+py.test-3.patch



View it on GitLab: https://salsa.debian.org/med-team/q2-types/compare/80bfac51a24b27a163b102c925e7a06bbd9e860e...d6ccbaa3867037ced3c1f17df6c84c2640cf1ac6

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2-types/compare/80bfac51a24b27a163b102c925e7a06bbd9e860e...d6ccbaa3867037ced3c1f17df6c84c2640cf1ac6
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/20190326/f496c15e/attachment-0001.html>


More information about the debian-med-commit mailing list