Source: python-tosca-parser Version 1.4.0-2 Severity: serious tags: patch diff -Nru python-tosca-parser-1.4.0/debian/changelog python-tosca-parser-1.4.0/debian/changelog --- python-tosca-parser-1.4.0/debian/changelog 2019-07-16 22:42:47.000000000 +0000 +++ python-tosca-parser-1.4.0/debian/changelog 2019-07-29 14:17:38.000000000 +0000 @@ -1,3 +1,9 @@ +python-tosca-parser (1.4.0-2.1) unstable; urgency=medium + + * Drop python2 test (Closes: #-1) + + -- Gianfranco Costamagna <[email protected]> Mon, 29 Jul 2019 16:17:38 +0200 + python-tosca-parser (1.4.0-2) unstable; urgency=medium * Uploading to unstable. diff -Nru python-tosca-parser-1.4.0/debian/tests/control python-tosca-parser-1.4.0/debian/tests/control --- python-tosca-parser-1.4.0/debian/tests/control 2019-07-16 22:42:47.000000000 +0000 +++ python-tosca-parser-1.4.0/debian/tests/control 2019-07-29 14:17:37.000000000 +0000 @@ -1,5 +1,2 @@ -Depends: python-tosca-parser -Test-Command: cd "$AUTOPKGTEST_TMP" ; python -c "import toscaparser; print toscaparser.__version__" - Depends: python3-tosca-parser Test-Command: cd "$AUTOPKGTEST_TMP" ; python3 -c "import toscaparser; print(toscaparser.__version__)"

