Commit 91fa43ff authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Add a patch to use Python3 version of py.test

parent 37c7fe9a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
+19 −0
Original line number Diff line number Diff line
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 → 100644
+1 −0
Original line number Diff line number Diff line
py.test-3.patch