[med-svn] [Git][med-team/q2-alignment][master] Add a patch to use Python3 version of py.test
Liubov Chuprikova
gitlab at salsa.debian.org
Fri Mar 29 17:23:44 GMT 2019
Liubov Chuprikova pushed to branch master at Debian Med / q2-alignment
Commits:
91fa43ff by Liubov Chuprikova at 2019-03-29T17:23:31Z
Add a patch to use Python3 version of py.test
- - - - -
3 changed files:
- debian/control
- + debian/patches/py.test-3.patch
- + debian/patches/series
Changes:
=====================================
debian/control
=====================================
@@ -8,8 +8,10 @@ Build-Depends: debhelper (>= 12~),
python3,
python3-setuptools,
python3-skbio,
+ python3-pytest-cov,
qiime,
- q2-types
+ q2-types,
+ mafft
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/q2-alignment
Vcs-Git: https://salsa.debian.org/med-team/q2-alignment.git
=====================================
debian/patches/py.test-3.patch
=====================================
@@ -0,0 +1,19 @@
+Author:
+Last-Update: Fri, 29 Mar 2019 18:20:03 +0100
+Description: Use Python3 version of py.test
+
+--- a/Makefile
++++ b/Makefile
+@@ -9,10 +9,10 @@
+ flake8
+
+ test: all
+- py.test
++ py.test-3
+
+ test-cov: all
+- py.test --cov=q2_alignment
++ py.test-3 --cov=q2_alignment
+
+ 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-alignment/commit/91fa43ffe278f17d95b99974dc42a5fa38af4144
--
View it on GitLab: https://salsa.debian.org/med-team/q2-alignment/commit/91fa43ffe278f17d95b99974dc42a5fa38af4144
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/20190329/7ce7fc19/attachment-0001.html>
More information about the debian-med-commit
mailing list