~mitya57/ubuntu/trusty/dh-python/tests-dependencies

« back to all changes in this revision

Viewing changes to debian/patches/drop_nonexisting_versions.patch

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-11-05 08:52:12 UTC
  • mfrom: (4.1.10 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131105085212-94bvsjcswdwvzuo7
Tags: 1.20131021-1ubuntu2
Add drop_nonexisting_versions.patch: In tests/Makefile, drop Python 2.6
and 3.2 as supported, we do not have them in Debian and Ubuntu any more.
(Closes: #727674)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Bug-Debian: http://bugs.debian.org/727674
 
2
 
 
3
Index: dh-python-1.20131021/tests/Makefile
 
4
===================================================================
 
5
--- dh-python-1.20131021.orig/tests/Makefile    2013-10-21 20:52:25.000000000 +0200
 
6
+++ dh-python-1.20131021/tests/Makefile 2013-11-05 08:58:38.584328689 +0100
 
7
@@ -3,9 +3,9 @@
 
8
 # hardcode default/supported Python versions to make tests more reliable
 
9
 # Note that all these packages have to be installed during tests
 
10
 export DEBPYTHON_DEFAULT=2.7
 
11
-export DEBPYTHON_SUPPORTED=2.6,2.7
 
12
+export DEBPYTHON_SUPPORTED=2.7
 
13
 export DEBPYTHON3_DEFAULT=3.3
 
14
-export DEBPYTHON3_SUPPORTED=3.2,3.3
 
15
+export DEBPYTHON3_SUPPORTED=3.3
 
16
 
 
17
 # enable or disable tests here:
 
18
 TESTS := test101 test201 test202 test203 test204 test205 test206 test207 test301 test302 test303 test304