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

« back to all changes in this revision

Viewing changes to debian/patches/python3.4.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-12-21 17:15:02 UTC
  • mfrom: (4.1.14 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131221171502-rlr93udry6or5njx
Tags: 1.20131021-1ubuntu6
Disable the correct failing test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: b/dhpython/_defaults.py
 
2
===================================================================
 
3
--- a/dhpython/_defaults.py
 
4
+++ b/dhpython/_defaults.py
 
5
@@ -27,6 +27,7 @@
 
6
 SUPPORTED = {
 
7
     'cpython2': [(2, 7)],
 
8
     'cpython3': [(3, 3)],
 
9
+    'cpython3': [(3, 4)],
 
10
     'pypy': [(2, 0)]}
 
11
 DEFAULT = {
 
12
     'cpython2': (2, 7),