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

« back to all changes in this revision

Viewing changes to dh_python2

  • 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:
85
85
                share_2x(dir1, dir2, dc)
86
86
    elif len(pubvers) == 1:
87
87
        # TODO: remove this once file conflicts will not be needed anymore
88
 
        move_to_pyshared(interpreter.sitedir(package, pubvers[0]))
 
88
        # for trusty: don't install into pyshared.
 
89
        #move_to_pyshared(sitedir(pubvers[0], package))
 
90
        pass
89
91
 
90
 
    for version in stats['ext_vers']:
91
 
        create_ext_links(interpreter.sitedir(package, version))
 
92
    # for trusty: don't install into pyshared.
 
93
    #for version in stats['ext_vers']:
 
94
    #    create_ext_links(interpreter.sitedir(package, version))
92
95
 
93
96
    if options.guess_versions and pubvers:
94
97
        for version in get_requested_versions('cpython2', options.vrange):