Verified Commit 2cb60897 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

debian/tests/control: fix typo in name of py.test-3

parent 2b3be889
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
cwltool (1.0.20181217162649+dfsg-2) unstable; urgency=medium

  * debian/tests/control: fix typo in name of py.test-3
  * Standards-Version: 4.3.0

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Mon, 24 Dec 2018 07:36:03 -0800

cwltool (1.0.20181217162649+dfsg-1) unstable; urgency=medium

  [ Jelmer Vernooij ]
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ Build-Depends: debhelper (>= 10),
	       python3-prov,
               nodejs,
               help2man
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/cwltool
Vcs-Git: https://salsa.debian.org/med-team/cwltool.git
Homepage: http://www.commonwl.org
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ if [ "$ADTTMP" = "" ] ; then
	ADTTMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
fi
cd "$ADTTMP"
py.test3 --ignore cwltool/schemas --pyarg cwltool
py.test-3 --ignore cwltool/schemas --pyarg cwltool